gaper/main_test.go

10 lines
102 B
Go

package main
import (
"testing"
)
func TestGaper(t *testing.T) {
// TODO: add test to main file
}