Compile format strings at New instead of re-scanning them on every render
This commit is contained in:
@@ -32,6 +32,10 @@ services:
|
||||
<<: *go
|
||||
command: go test -cover ./...
|
||||
|
||||
bench:
|
||||
<<: *go
|
||||
command: go test -run XXX -bench . -benchmem ./...
|
||||
|
||||
vet:
|
||||
<<: *go
|
||||
command: go vet ./...
|
||||
|
||||
Reference in New Issue
Block a user