configworker/main_test.go

10 lines
77 B
Go
Raw Normal View History

2020-01-02 18:12:31 +00:00
package main
import (
"testing"
)
func TestMain(t *testing.T) {
2020-01-06 10:09:49 +00:00
main()
2020-01-02 18:12:31 +00:00
}