base

package
v0.0.0-...-476ea88 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Other = other{}

未定義のOS

Functions

This section is empty.

Types

type ID

type ID string

type OS

type OS interface {
	ID() ID              // OSのID (空白を含まない小文字の文字列)
	FullName() string    // 表示用の文字列 (空白を含む文字列)
	VerID() ID           // バージョンID (通常は数字の文字列)
	VerFullName() string // 表示用の文字列 (空白を含む文字列)
	VerCodeName() string // コードネーム (空白を含まない小文字の文字列)
}

Jump to

Keyboard shortcuts

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