intimate_view/goserver/main_test.go

14 lines
115 B
Go
Raw Normal View History

2020-08-19 11:32:01 +00:00
package main
2020-08-20 11:29:22 +00:00
import (
"testing"
)
2020-08-19 11:32:01 +00:00
func TestMain(t *testing.T) {
main()
}
2020-08-20 11:29:22 +00:00
func TestCountTag(t *testing.T) {
}