From b03960fd93e5a1039754321a3562d48483801191 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 10 Aug 2024 21:02:25 -0300 Subject: Build with "go tool" and remove uneeded dependencies --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go (limited to 'tests/main.go') diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..835ef3a --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "glaze" + +func main() { + glaze.MainTest() +} -- cgit v1.2.3