Go by Example翻譯總綱(目錄)

    看到一個Go by Example的網站,內容Go的小程序,介紹Go的語法。就將小站翻譯出來,旨在提高自己,同時幫助初學者。以下就是翻譯的內容的連接:


Go by Example


Go 是被設計用來編寫簡單、快速、和可靠軟件的一門開源編程語言。

Go by Example使用帶有註釋的程序幫你着手使用Go。看看第一個例子或者瀏覽下面的全部列表。

  • Hello World

  • Values

  • Variables

  • Constants

  • For

  • If/Else

  • Switch

  • Arrays

  • Slices

  • Maps

  • Range

  • Functions

  • Multiple Return Values

  • Variadic Functions

  • Closures

  • Recursion

  • Pointers

  • Structs

  • Methods

  • Interfaces

  • Errors

  • Goroutines

  • Channels

  • Channel Buffering

  • Channel Synchronization

  • Channel Directions

  • Select

  • Timeouts

  • Non-Blocking Channel Operations

  • Closing Channels

  • Range over Channels

  • Timers

  • Tickers

  • Worker Pools

  • Rate Limiting

  • Atomic Counters

  • Mutexes

  • Stateful Goroutines

  • Sorting

  • Sorting by Functions

  • Panic

  • Defer

  • Collection Functions

  • String Functions

  • String Formatting

  • Regular Expressions

  • JSON

  • Time

  • Epoch

  • Time Formatting / Parsing

  • Random Numbers

  • Number Parsing

  • URL Parsing

  • SHA1 Hashes

  • Base64 Encoding

  • Reading Files

  • Writing Files

  • Line Filters

  • Command-Line Arguments

  • Command-Line Flags

  • Environment Variables

  • Spawning Processes

  • Exec'ing Processes

  • Signals

  • Exit

以上爲https://gobyexample.com/的全部內容,由於內容較多,會分批次完成,所以只有添加超鏈接的部分已做翻譯。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章