lucky

command
v0.0.0-...-2d78729 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2020 License: MIT Imports: 12 Imported by: 0

README

mysql create database mydb default character set utf8 collate utf8_bin; grant all on mydb.* to 'cloud'@'%' identified by 'passwd' with grant option; flush privileges; use mydb create table t_employee (id int primary key auto_increment, name varchar(50) not null, address varchar(100) not null, age int not null); insert into t_employee values(NULL, 'zhangsan', 'jilin', 23); insert into t_employee values(NULL, 'lisi', 'beijing', 25); insert into t_employee values(NULL, 'wangwu', 'shanghai', 24);

go get -u github.com/jteeuwen/go-bindata/... go-bindata.exe -o asset/asset.go -pkg=asset static/... view/... CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o rest restdemo

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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