10 2021 档案

摘要:1.centos上安装docker,安装git,安装go 2.将项目加入 Dockerfile : FROM scratchWORKDIR $GOPATH/src/github.com/EDDYCJY/go-gin-exampleCOPY . $GOPATH/src/github.com/EDDYC 阅读全文
posted @ 2021-10-29 15:19 翱翔的小鱼 阅读(227) 评论(0) 推荐(0)
摘要:为了gin服务的热更新,采用了 endless+fresh的方案,安装endless后无法在windows本地调试,采用以下解决方案就好了 解决地址:golang windows 运行报错 undefined: syscall.SIGUSR1 – 1995er goland 无法编译输出 Compi 阅读全文
posted @ 2021-10-26 19:24 翱翔的小鱼 阅读(1933) 评论(0) 推荐(0)