# README
# サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
version.go | runtime_version | runtime.Version() のサンプルです。 |
memorystats.go | runtime_memorystats | runtime.MemoryStats() のサンプルです. |
gomaxprocs.go | runtime_gomaxprocs | runtime.GOMAXPROCS() のサンプルです。 |
goexit.go | runtime_goexit | runtime.Goexit() のサンプルです |
numcpu.go | runtime_numcpu | runtime.NumCPU() のサンプルです |
gosched.go | runtime_gosched | runtime.Gosched() のサンプルです |
debug_buildinfo.go | runtime_debug_buildinfo | runtime/debug.ReadBuildInfo() のサンプルです |
caller.go | runtime_caller | runtime.Caller() のサンプルです. |
callers.go | runtime_callers | runtime.Callers() のサンプルです。 |