Fix: ignore data-race detector in onedrive tests

This commit is contained in:
HFO4 2020-01-22 15:06:56 +08:00
parent f3c7263b52
commit 4baddecd8e
3 changed files with 4 additions and 2 deletions

View file

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

View file

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

View file

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