platforms

package
v0.0.38 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OS

type OS interface {
	Name() string
	Version() string
}

OS 接口用于获取操作系统信息

type Platform

type Platform interface {
	OS() OS
}

Platform 定义一个跨平台的统一接口

func GetPlatform

func GetPlatform() Platform

GetPlatform 函数用于获取 Platform 接口的实例

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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