diff --git a/libhyperdbg_test.go b/libhyperdbg_test.go index 76944cb9..96fe67d6 100644 --- a/libhyperdbg_test.go +++ b/libhyperdbg_test.go @@ -16,8 +16,6 @@ import ( "github.com/stretchr/testify/assert" ) -//sync test - func isGithubCI() bool { GOPATH := os.Getenv("GOPATH") return strings.Contains(GOPATH, "runneradmin")