empty_test.go 72 Bytes
Newer Older
Jeromy's avatar
Jeromy committed
1
2
3
4
5
6
7
8
9
package empty

import (
	"testing"
)

func TestEmpty(t *testing.T) {

}