Skip to content

appscluster/bench_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bench_go

installation

wget https://golang.org/dl/go1.16.5.linux-amd64.tar.gz
tar xvf go1.16.5.linux-amd64.tar.gz 
sudo chown -R root:root ./go
sudo mv go /usr/local
sudo nano ~/.profile
## Add the following at the end: ##
export GOPATH=$HOME/work
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin

source ~/.profile
mkdir $HOME/work

go env -w GO111MODULE=auto

go get -u github.com/gin-gonic/gin
go get -u github.com/go-pg/pg
go get github.com/go-pg/pg/v9
go get github.com/go-pg/pg/v9/orm

go run main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages