Removes go:generate directives

This commit is contained in:
Sean E. Russell 2021-07-17 13:18:48 -05:00
parent 162ed50189
commit 7954eb4f37

View File

@ -1,8 +1,5 @@
package gotop
//go:generate go-bindata -fs -pkg translations -prefix translations/dicts -o translations/dicts.go translations/dicts
//go:generate go-bindata -pkg devices -prefix devices/data -o devices/smc.go devices/data
import (
"bufio"
"bytes"