gaper/gaper_test.go

10 lines
114 B
Go

package gaper
import (
"testing"
)
func TestGaper(t *testing.T) {
// TODO: add test to gaper high level API
}