chore: switch to go modules

This commit is contained in:
Manfred Touron
2018-09-13 01:54:44 +02:00
parent c015ff9539
commit 8b191e85f2
206 changed files with 127 additions and 50492 deletions

View File

@@ -57,7 +57,7 @@ func generate(w http.ResponseWriter, r *http.Request) {
}
// read output
content, err := ioutil.ReadFile(filepath.Join(dir, "example.output"))
content, err := ioutil.ReadFile(filepath.Join(dir, "example.output")) // #nosec
if err != nil {
returnError(w, err)
return