Skip to content

Instantly share code, notes, and snippets.

@TinyKitten
Last active March 25, 2019 02:57
Show Gist options
  • Save TinyKitten/8739db31bbfd3a78f48e5f624d9b70a2 to your computer and use it in GitHub Desktop.
Save TinyKitten/8739db31bbfd3a78f48e5f624d9b70a2 to your computer and use it in GitHub Desktop.
なんか知らないけどVS Codeでsyscall/jsがインポートできなかったので
{
"go.toolsEnvVars": {
"GOARCH":"wasm",
"GOOS":"js",
},
"go.testEnvVars": {
"GOARCH":"wasm",
"GOOS":"js",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment