diff options
author | EuAndreh <eu@euandre.org> | 2024-08-10 21:02:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-10 21:02:25 -0300 |
commit | b03960fd93e5a1039754321a3562d48483801191 (patch) | |
tree | 65a8a41ebd07f3a46d8939863bfd4850ae4ae403 /src/main.go | |
parent | Initial implementation (diff) | |
download | glaze-b03960fd93e5a1039754321a3562d48483801191.tar.gz glaze-b03960fd93e5a1039754321a3562d48483801191.tar.xz |
Build with "go tool" and remove uneeded dependencies
Diffstat (limited to 'src/main.go')
-rw-r--r-- | src/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go new file mode 100644 index 0000000..15f5d79 --- /dev/null +++ b/src/main.go @@ -0,0 +1,7 @@ +package main + +import "glaze" + +func main() { + glaze.Main() +} |