Post trigger test
This commit is contained in:
3
build.sh
3
build.sh
@@ -4,6 +4,7 @@ dir=$1
|
||||
|
||||
go get -u git.townsourced.com/townsourced/ironsmith
|
||||
|
||||
cd $dir/src/git.townsourced.com/townsourced/ironsmith
|
||||
ls $dir
|
||||
#cd $dir/src/git.townsourced.com/townsourced/ironsmith
|
||||
|
||||
go-bindata web/... && go build -a -v -o ironsmith
|
||||
|
3
json.go
3
json.go
@@ -6,6 +6,7 @@ package main
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
@@ -84,6 +85,8 @@ func parseInput(r *http.Request, result interface{}) error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("JSON Input: %s\n", buff)
|
||||
|
||||
if lr.N == 0 {
|
||||
return errInputTooLarge
|
||||
}
|
||||
|
Reference in New Issue
Block a user