66ws

Category: Golang

Golang Module After 1.14

2020-08-05


I have get a lots of build errors from Golang compiler after update my local Golang program for version Golang 1.14. Errors like: - import cycle not allowed - package worker is not in GOROOT - ca

Golang - cross-compiling

2019-06-16


About the Golang cross-compiling,say it simply that Windows build codes can run not only in Windows,but in Linux (Mac not test). I work between Win and Linux,may I have build the code in Windows ea

GOLANG - Format Time string

2018-12-17


格式化的数字并不是任意时间字符串 01=MM=2位月份 02=dd=2位日期 15=HH=24小时法表示小时,3=12小时法表示小时 04=mm=分钟 05=ss=秒 2006=yyyy=4位年份, 06=年分后2位 package main import ( "fmt" "time" ) func

Category / Archives