From 7954eb4f377f5bce6c5a49ed49e56d71662bb202 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sat, 17 Jul 2021 13:18:48 -0500 Subject: Removes go:generate directives --- config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.go b/config.go index 23754e4..9f59f56 100644 --- a/config.go +++ b/config.go @@ -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" -- cgit v1.2.3