You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
487 B
Bash

5 months ago
#!/bin/bash
5 months ago
#export GOPROXY=https://goproxy.io
5 months ago
mkdir -p $HOME/goftpdir
#chmod 777 $HOME/goftpdir
5 months ago
go get github.com/astaxie/beego || echo github.com/astaxie/beego
go get github.com/satori/go.uuid || echo github.com/satori/go.uuid
go get github.com/beego/bee || echo github.com/beego/bee
5 months ago
go get github.com/go-sql-driver/mysql || echo github.com/go-sql-driver/mysql
5 months ago
go install github.com/beego/bee/v2@latest
5 months ago
#gorm
go get -u gorm.io/gorm
#gorm mysql driver
go get -u gorm.io/driver/mysql