@@ -1,7 +1,6 @@ // tbd, a #tag-based dependency tool for low ceremony task tracking -// see README.md for usage tips package main import ( "bufio" "bytes" @@ -82,11 +81,11 @@ return 1 } } } -// The tags struct contains hash (#) and at (@) tags +// The tags struct contains hash (#) tags type tags struct { hash []string } // as per fmt.Stringer