1 2 3 4 5 6 7 8 9 10 11 12
package files import objectid "lindenii.org/go/furgit/object/id" type queuedUpdate struct { name string kind updateKind newID objectid.ObjectID oldID objectid.ObjectID newTarget string oldTarget string }