What is a Constant or Const in Golang? Here are the things you need to know about using constants in Go. As the name suggests, constant means fixed. In programming languages, it means once the value ...
今回はgolangで「declared and not used」というエラーが出たときの原因と解決策について紹介していきます。 golangで「declared and not used」というエラーが出た golang開発を行っていると高頻度で遭遇する「declared and not used」というエラー 宣言されたものが使われてい ...