# Functions
No description provided by the author
No description provided by the author
No description provided by the author
愚直なパターン、結構大変.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
code sample of use of strings.Builder.
this is inefficient program, should consider using strinbs.Builder type instead.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
`const` はコンパイル時に決定されるもののみ定義可能で、 それを満たさないものはすべてコンパイルエラーとなる.
No description provided by the author
No description provided by the author
`const` はコンパイル時に決定されるもののみ定義可能で、 それを満たさないものはすべてコンパイルエラーとなる.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
var を使った気軽な定義.
これは上書きされてしまうが、厳格にエラーのIFを実装しようとするとヘビーなため プログラマの性善説を信じ var で定義している これは外部から `basics.ErrEOF = <new stmt>` で上書きできる.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Go でのエラーは値.