gaper/main_test.go

11 lines
105 B
Go
Raw Normal View History

2018-06-16 19:22:21 -05:00
package main
import (
"fmt"
"testing"
)
func TestGaper(t *testing.T) {
fmt.Println("Sample test")
}