diff options
Diffstat (limited to 'auction_test.go')
-rw-r--r-- | auction_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auction_test.go b/auction_test.go new file mode 100644 index 0000000..93d9830 --- /dev/null +++ b/auction_test.go @@ -0,0 +1,8 @@ +package seal + +import "testing" + +func TestAuction(t *testing.T) { + +} + |