08 2019 档案

摘要:取消跟踪:git update-index –assume-unchanged path/to/file 跟踪回来,执行:git update-index –no-assume-unchanged path/to/file 不知道git add行不行 撤销本地更改git reset --hard 还 阅读全文
posted @ 2019-08-16 10:06 友善的狗W 阅读(180) 评论(0) 推荐(0)
摘要:先配置环境变量 gopath goroot go111module=on goproxy=https://goproxy.io Go:VSCode官方的Golang插件 Todo Tree:搜索代码中的//TODO和//FIXME注释,集中显示 koroFileHeader:生成文件头部注释 vsc 阅读全文
posted @ 2019-08-15 16:09 友善的狗W 阅读(553) 评论(0) 推荐(0)