5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
node --harmony_rest_parameters genStruct.js > struct.go && gofmt -w struct.go && go build .
|
|
|