Documentation
¶
Overview ¶
Effective Go (https://golang.org/doc/effective_go.html) のサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllocationWithNew ¶
func AllocationWithNew() error
Effective Go - Allocation with new の 内容についてのサンプルです。
func ControlStructure ¶
func ControlStructure() error
Effective Go - Control structures の 内容についてのサンプルです。
Types ¶
This section is empty.
Source Files
¶
- doc.go
- effectivego_01_introduction.go
- effectivego_02_formatting.go
- effectivego_03_commentary.go
- effectivego_04_names.go
- effectivego_05_semicolons.go
- effectivego_06_control_structure.go
- effectivego_07_functions.go
- effectivego_08_defer.go
- effectivego_09_data_allocation_with_new.go
- effectivego_10_constructors.go
Click to show internal directories.
Click to hide internal directories.