Remove code-generated comments made by go-bindata

This commit is contained in:
Chad Retz 2018-09-27 12:39:54 -05:00
parent d33e577700
commit 532dd077a6
2 changed files with 3 additions and 6 deletions

View File

@ -4,5 +4,6 @@ With [go-bindata](https://github.com/go-bindata/go-bindata) installed and assumi
go-bindata -pkg geoipembed -prefix ..\..\..\tor-static\tor\src\config ..\..\..\tor-static\tor\src\config\geoip ..\..\..\tor-static\tor\src\config\geoip6
Then just go delete the public API and unused imports. Then just put the mod time in for `LastUpdated` in `geoipembed`.
One day this might all be automated, e.g. download maxmind db ourselves, gen code, update last updated, etc.
Then delete the public API, delete the unused imports, remove the generated comments at the package level, and put the
mod time in for `LastUpdated` in `geoipembed`. One day this might all be automated, e.g. download maxmind db ourselves,
gen code, update last updated, etc.

View File

@ -1,7 +1,3 @@
// Code generated by go-bindata. DO NOT EDIT. @generated
// sources:
// ../../../tor-static/tor/src/config/geoip
// ../../../tor-static/tor/src/config/geoip6
package geoipembed
import (