Also exclude init command from race detector

This commit is contained in:
Jeff Mitchell 2018-02-16 11:09:36 -05:00
parent b5e4db975e
commit 5a1312ef30
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !race
package command
import (