5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# dependencies for the web app
|
|
gopherjs build -o ../www/webapp.js #main.go
|