constants

package
v0.5.18 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 2 Imported by: 0

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
const_statement_declares.go const_statement_declare const による 定数 の宣言についてのサンプル

Documentation

Overview

Package constants -- Go言語の定数についてのサンプルが配置されているパッケージです。

Index

Constants

View Source
const (
	Ng      = 0
	Ok      = 1
	Unknown = 99
)

定数 を 一気に宣言

View Source
const Pi = 3.14

Pi -- 定数 の 宣言

Variables

This section is empty.

Functions

func ConstStatementDeclares

func ConstStatementDeclares() error

ConstStatementDeclares -- const による 定数 の宣言についてのサンプル

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

Types

This section is empty.

Jump to

Keyboard shortcuts

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