//
pkg.gl
Category
github.com/devlights/try-golang
examples
effectivego
effectivego18
package
0.5.36
Repository:
https://github.com/devlights/try-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
70 SLOC
#
Functions
Constants
Constants -- Effective Go - Constants の 内容についてのサンプルです。.
#
Constants
ConstIntOne
ConstInt を使った定数.
ConstIntTwo
ConstInt を使った定数.
ConstIntZero
ConstInt を使った定数.
IntConstOne
普通の int を使った定数.
IntConstTwo
普通の int を使った定数.
IntConstZero
普通の int を使った定数.
#
Type aliases
ConstInt
ConstInt -- サンプル用定数型.