DriveLinked/config/config_test.go

8 lines
100 B
Go

package config
import "testing"
func TestSetupConfig(t *testing.T) {
Cfg.Version = "0.0.1-dev"
}