add Makefile and test command

This commit is contained in:
syumai 2023-04-19 22:58:45 +09:00
parent c0f7b90059
commit 7afd8d17d1

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY: test
test:
@GOOS=js GOARCH=wasm go test ./...