diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2015-09-05 13:25:36 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2015-09-05 13:25:36 +0200 |
commit | 8d703bbf3b9abf1042cee87a1612b3c23c5a2c50 (patch) | |
tree | 311f948f23a2c76ad442c36843ee07792c072d5e | |
parent | b521ffe4f0bd5d9645a50ebb4e1677b298c8fe97 (diff) |
Remove unneeded structs and methods
-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]+"\"") |