diff options
author | EuAndreh <eu@euandre.org> | 2024-10-19 18:11:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-20 03:27:09 -0300 |
commit | 149d33fa6adb9be835d1c1404346d82124dda454 (patch) | |
tree | d9c12a2d10ef32098cfb4485801446501797d0c4 /tests/libbuild.go | |
parent | src/guuid.go: Remove NewBytes() (diff) | |
download | uuid-149d33fa6adb9be835d1c1404346d82124dda454.tar.gz uuid-149d33fa6adb9be835d1c1404346d82124dda454.tar.xz |
Setup conventional functional tests, fuzz targets and benchmarks
Diffstat (limited to 'tests/libbuild.go')
-rw-r--r-- | tests/libbuild.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/libbuild.go b/tests/libbuild.go deleted file mode 100644 index 2c02686..0000000 --- a/tests/libbuild.go +++ /dev/null @@ -1,11 +0,0 @@ -package main - -import ( - "fmt" - - "guuid" -) - -func main() { - fmt.Println(guuid.New()) -} |