package
Version:
v0.5.12
Opens a new window with list of versions in this module.
Published: Jan 26, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
サンプルリスト
このディレクトリには以下のサンプルがあります。
file |
example name |
note |
package_scope_variable.go |
package_scope_variable |
パッケージ スコープな変数のサンプル |
Documentation
¶
View Source
var (
PkgScopeVal1 = "public package scope variable"
)
パッケージ スコープ な変数は普通に関数の外で変数定義すればよい
var の 使い方は、var_statement_declares.go を参照。
Basic -- パッケージ スコープな変数のサンプル
Source Files
¶
Click to show internal directories.
Click to hide internal directories.