chore: update linter. (#706)

* chore: update linter.

* chore: remove not needed travis env var.
This commit is contained in:
Ludovic Fernandez
2020-06-22 12:55:42 +02:00
committed by GitHub
parent f19b7563ea
commit a6c24a0d13
18 changed files with 91 additions and 89 deletions

View File

@@ -8,7 +8,7 @@ import (
"unsafe"
)
// Symbols stores the map of unsafe package symbols
// Symbols stores the map of unsafe package symbols.
var Symbols = map[string]map[string]reflect.Value{}
func init() {