diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-24 17:54:17 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-24 17:54:17 -0700 |
| commit | 6988a0571d5d37ea0f38ee3e4066533158f608bc (patch) | |
| tree | 172010de54ea7e732d7daa836db659021dc8a933 /transfer_test.go | |
Initial squashed commit
Diffstat (limited to 'transfer_test.go')
| -rw-r--r-- | transfer_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/transfer_test.go b/transfer_test.go new file mode 100644 index 0000000..52044b0 --- /dev/null +++ b/transfer_test.go @@ -0,0 +1,7 @@ +package hotline + +import "testing" + +func TestReadTransfer(t *testing.T) { + +} |