- Security with Go
- John Daniel Leon
- 114字
- 2021-06-30 19:06:45
Notes about source code
Go source code files should have the .go extension. The source code of Go files is encoded in UTF-8 Unicode. This means that you can use any Unicode characters in your code, like hardcoding Japanese characters in a string.
Semicolons are optional at the end of a line and typically omitted. Semicolons are only required when separating multiple statements or expressions on a single line.
Go does have a code formatting standard which can easily be adhered to by running go fmt on source code files. The code formatting should be followed, but it is not strictly enforced by the compiler the way Python requires exact formatting to execute properly.
推薦閱讀
- 有限自動機理論
- 數(shù)學(xué)實驗教程
- The Modern C# Challenge
- 數(shù)學(xué)教學(xué)論
- 幾何之美
- 高等數(shù)學(xué)同步練習(xí)指導(dǎo)
- 趣味魔方:一學(xué)就會的魔方秘笈
- 排序問題的數(shù)學(xué)規(guī)劃松弛方法
- 2頁紙圖解數(shù)學(xué):以極聰明的方式,讓你三步讀懂?dāng)?shù)學(xué)
- 概率論與數(shù)理統(tǒng)計
- 經(jīng)濟(jì)數(shù)學(xué)(二):線性代數(shù)、概率論及數(shù)理統(tǒng)計
- 心中有數(shù):生活中的數(shù)學(xué)思維
- 萊布尼茲微積分
- 數(shù)學(xué)思維的力量
- 深度學(xué)習(xí)的數(shù)學(xué)