go-xkcdreader/main_test.go
surtur f099f43f05
All checks were successful
continuous-integration/drone/push Build is passing
go: move app logic to xkcdreader package
2022-05-19 17:24:00 +02:00

11 lines
119 B
Go

package main
import (
"testing"
)
// does this test even make sense?
func TestExecMain(t *testing.T) {
go main()
}