summaryrefslogtreecommitdiff
path: root/tests/libbuild.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-19 18:11:33 -0300
committerEuAndreh <eu@euandre.org>2024-10-20 03:27:09 -0300
commit149d33fa6adb9be835d1c1404346d82124dda454 (patch)
treed9c12a2d10ef32098cfb4485801446501797d0c4 /tests/libbuild.go
parentsrc/guuid.go: Remove NewBytes() (diff)
downloaduuid-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.go11
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())
-}