effectivego

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Effective Go (https://golang.org/doc/effective_go.html) のサンプルが配置されているパッケージです。

Index

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 Append added in v0.1.0

func Append() error

Effective Go - Append の 内容についてのサンプルです。

func Arrays added in v0.0.5

func Arrays() error

Effective Go - Arrays の 内容についてのサンプルです。

func Commentary

func Commentary() error

Effective Go - Commentary の 内容についてのサンプルです。

func Constants added in v0.1.0

func Constants() error

Effective Go - Constants の 内容についてのサンプルです。

func Constructors

func Constructors() error

Effective Go - Constructors and composite literals の 内容についてのサンプルです。

func ControlStructure

func ControlStructure() error

Effective Go - Control structures の 内容についてのサンプルです。

func Defer

func Defer() error

Effective Go - Defer の 内容についてのサンプルです。

func Formatting

func Formatting() error

Effective Go - Formatting の 内容についてのサンプルです。

func Functions

func Functions() error

Effective Go - Functions の 内容についてのサンプルです。

func Introduction

func Introduction() error

Effective Go - Introduction の 内容についてのサンプルです。

func Maps added in v0.1.0

func Maps() error

Effective Go - Maps の 内容についてのサンプルです。

func Methods added in v0.1.0

func Methods() error

Effective Go - Methods の 内容についてのサンプルです。

func Names

func Names() error

Effective Go - Names の 内容についてのサンプルです。

func NewRegister added in v0.1.0

func NewRegister() mappings.Register

NewRegister は、effectivego パッケージ用の lib.Register を返します.

func Printing added in v0.1.0

func Printing() error

Effective Go - Printing の 内容についてのサンプルです。

func Semicolons

func Semicolons() error

Effective Go - Semicolons の 内容についてのサンプルです。

func Slices added in v0.0.5

func Slices() error

Effective Go - Slices の 内容についてのサンプルです。

func TwoDimensionalSlices added in v0.2.0

func TwoDimensionalSlices() error

Effective Go - Two Dimensional Slices の 内容についてのサンプルです。

Types

type ConstInt added in v0.1.0

type ConstInt int
const (
	ConstIntZero ConstInt = iota
	ConstIntOne
	ConstIntTwo
)

ConstInt を使った定数

func (ConstInt) String added in v0.1.0

func (c ConstInt) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL