摘要: github、gitlab 管理多个ssh key 阅读全文
posted @ 2016-04-25 18:29 想飞的枫叶 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 代码如下 复制代码 package main import ( "bufio" //缓存IO "fmt" "io/ioutil" //io 工具包 "io" "os" ) func check(e error) { if e != nil { panic(e) } } /** * 判断文件是否存在 阅读全文
posted @ 2016-02-22 18:58 想飞的枫叶 阅读(1868) 评论(0) 推荐(0) 编辑