Merge "Fix gofmt problems and add gofmt to preupload checks"

This commit is contained in:
Treehugger Robot 2016-10-21 03:54:25 +00:00 committed by Gerrit Code Review
commit 001276f6e0
2 changed files with 4 additions and 2 deletions

2
PREUPLOAD.cfg Normal file
View File

@ -0,0 +1,2 @@
[Builtin Hooks]
gofmt = true

View File

@ -25,9 +25,9 @@ import (
)
const (
asanCflags = "-fno-omit-frame-pointer"
asanCflags = "-fno-omit-frame-pointer"
asanLdflags = "-Wl,-u,__asan_preinit"
asanLibs = "libasan"
asanLibs = "libasan"
)
type sanitizerType int