Documentation ¶
Overview ¶
Effective Go (https://golang.org/doc/effective_go.html) のサンプルが配置されているパッケージです。
Index ¶
- Constants
- func AllocationWithMake() error
- func AllocationWithNew() error
- func Append() error
- func Arrays() error
- func Commentary() error
- func Constants() error
- func Constructors() error
- func ControlStructure() error
- func Defer() error
- func Formatting() error
- func Functions() error
- func Introduction() error
- func Maps() error
- func Methods() error
- func Names() error
- func NewRegister() mappings.Register
- func Printing() error
- func Semicolons() error
- func Slices() error
- func TwoDimensionalSlices() error
- type ConstInt
Constants ¶
View Source
const ( IntConstZero = iota IntConstOne IntConstTwo )
普通の int を使った定数
Variables ¶
This section is empty.
Functions ¶
func AllocationWithMake ¶ added in v0.0.4
func AllocationWithMake() error
func AllocationWithNew ¶
func AllocationWithNew() error
Effective Go - Allocation with new の 内容についてのサンプルです。
func Constructors ¶
func Constructors() error
Effective Go - Constructors and composite literals の 内容についてのサンプルです。
func ControlStructure ¶
func ControlStructure() error
Effective Go - Control structures の 内容についてのサンプルです。
func NewRegister ¶ added in v0.1.0
NewRegister は、effectivego パッケージ用の lib.Register を返します.
func TwoDimensionalSlices ¶ added in v0.2.0
func TwoDimensionalSlices() error
Effective Go - Two Dimensional Slices の 内容についてのサンプルです。
Types ¶
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
- effectivego_11_data_allocation_with_make.go
- effectivego_12_arrays.go
- effectivego_13_slice.go
- effectivego_14_twodimensional_slices.go
- effectivego_15_maps.go
- effectivego_16_printing.go
- effectivego_17_append.go
- effectivego_18_constants.go
- effectivego_19_methods.go
- examples.go
Click to show internal directories.
Click to hide internal directories.