mirror of https://github.com/maxcnunes/gaper.git
10 lines
114 B
Go
10 lines
114 B
Go
|
package gaper
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestGaper(t *testing.T) {
|
||
|
// TODO: add test to gaper high level API
|
||
|
}
|