rename frag.go; update genStruct.sh
This commit is contained in:
parent
59af05730d
commit
a73846758a
@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
node --harmony_rest_parameters genStruct.js > struct.go && gofmt -w struct.go && go build .
|
||||
node genStruct.js > struct.go && gofmt -w struct.go && go build . || {
|
||||
echo
|
||||
echo "Please use node version > 6.0.0"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user