Skip to content

Commit d0bc1e8

Browse files
committed
mv go to src
1 parent f47a599 commit d0bc1e8

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"test": "node --test",
1616
"start": "npx -y live-server docs --mount=/sqldef:.",
17-
"build" : "GOOS=js GOARCH=wasm go build $GOFLAGS -o sqldef.wasm sqldef-wasm.go"
17+
"build" : "cd src && GOOS=js GOARCH=wasm go build $GOFLAGS -o sqldef.wasm sqldef-wasm.go"
1818
},
1919
"author": "David Konsumer <[email protected]> (http://konsumer.js.org)",
2020
"license": "MIT",

go.mod renamed to src/go.mod

File renamed without changes.

go.sum renamed to src/go.sum

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)