diff options
author | xegineering <me@xegineering.eu> | 2024-10-01 22:20:47 +0200 |
---|---|---|
committer | xegineering <me@xegineering.eu> | 2024-10-01 22:20:47 +0200 |
commit | 3fc713ccfcc96738d981a97647a84a6cb6bbec04 (patch) | |
tree | a2c8b169d10cf4d7e833f5a076e35373f795aa36 | |
parent | 4994a8accde17c5364e580eedc5ca1e91bf35197 (diff) | |
download | soundbox-go-3fc713ccfcc96738d981a97647a84a6cb6bbec04.tar soundbox-go-3fc713ccfcc96738d981a97647a84a6cb6bbec04.tar.zst soundbox-go-3fc713ccfcc96738d981a97647a84a6cb6bbec04.zip |
Make soundbox package top-level
It is not expected that this library will be so big that multiple
packages make sense. Thus it should start only with the main package.
-rw-r--r-- | soundbox.go (renamed from soundbox/soundbox.go) | 0 | ||||
-rw-r--r-- | soundbox_test.go (renamed from soundbox/soundbox_test.go) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/soundbox/soundbox.go b/soundbox.go index fcabcdc..fcabcdc 100644 --- a/soundbox/soundbox.go +++ b/soundbox.go diff --git a/soundbox/soundbox_test.go b/soundbox_test.go index 6a5cde3..6a5cde3 100644 --- a/soundbox/soundbox_test.go +++ b/soundbox_test.go |