gaper/main_test.go

10 lines
102 B
Go
Raw Normal View History

2018-06-16 19:22:21 -05:00
package main
import (
"testing"
)
func TestGaper(t *testing.T) {
2018-06-20 21:04:16 -05:00
// TODO: add test to main file
2018-06-16 19:22:21 -05:00
}