jsoneditor

package module
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Jsoneditor

func Jsoneditor(ip string, port string)

Types

This section is empty.

Directories

Path Synopsis
pkg
gin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL