docs/a_test.go

11 lines
97 B
Go

package docker
import (
"os"
"testing"
)
func Test(t *testing.T) {
os.Setenv("TEST", "1")
}