jsoneditor
JSON editor build with go, gin and vue.js.
download bugs
if following bug occurs, please download source code and put it into goroot path.
package github.com/gouserdev/jsoneditor: directory "/root/go/GOCODE/src/github.com/gouserdev/jsoneditor" is not using a known version control system
run or build jsoneditor
install
make install
run
make start
build
make build
use jsoneditor as module
go get -u "github.com/gouserdev/jsoneditor"
package main
import (
je "github.com/gouserdev/jsoneditor"
)
func main(){
je.Jsoneditor("0.0.0.0", "10889")
}
thanks
https://github.com/rakyll/statik