to_idの値がNULLの時 int(to_id.Int64)の値は0, to_id.Validの値はfalse to_idの値が0の時 int(to_id.Int64)の値は0, to_id.Validの値はtrue…
Month: 11月 2021
no required module provides package github.com/go-sql-driver/mysql: go.mod file not found in current directory or any parent directory; see ‘go help modules’
環境: CentOS8 #dnf update -yの後に、上記メッセージが出るようになった。 解決方法: 以下を実行 # go env -w GO111MODULE=auto # go build -o a.out m…