diff options
author | Özgür Kesim <oec@codeblau.de> | 2024-11-10 14:21:03 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2024-11-10 14:21:03 +0100 |
commit | 6c572f6037137c677c2c8c5143723a777a8747c5 (patch) | |
tree | bb9a981101487e7f887c5b32a81a958c8ce12a66 /auction_test.go | |
parent | f98e43234a3b7a9823ac9b9e68c7c595c10ebe7d (diff) |
make message a type; add test
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) { + +} + |