diff options
Diffstat (limited to 'gwic.go')
-rw-r--r-- | gwic.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -11,11 +11,6 @@ import ( "text/tabwriter" ) -type queue []string - -func (q *queue) insert(s string) { -} - func printWithContext(all []string, ind, ctxlen int) { var slice []string slice = append(slice, "\""+all[ind]+"\"") |