♻️ Use github.com/nlepage/go-js-promise

This commit is contained in:
Nicolas Lepage
2021-08-16 23:40:53 +02:00
parent 1f549a4bf0
commit 624ed00220
6 changed files with 16 additions and 57 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"go.toolsEnvVars": {
"GOOS": "js",
"GOARCH": "wasm"
}
}