Documentation
¶
Index ¶
- Constants
- type ByteSz
- func (b ByteSz) B() int64
- func (b ByteSz) GB() float64
- func (b ByteSz) GiB() float64
- func (b ByteSz) KB() float64
- func (b ByteSz) KiB() float64
- func (b ByteSz) MB() float64
- func (b ByteSz) MiB() float64
- func (b ByteSz) String() string
- func (b ByteSz) Sub(other ByteSz) ByteSz
- func (b ByteSz) TB() float64
- func (b ByteSz) TiB() float64
- type MemStats
Constants ¶
View Source
const ( Version = "v0.8.0" Author = "kayuii" AppName = "chiacli" AppTille = "CHIA_CLI" Email = "577738@qq.com" Github = "https://github.com/Kayuii/chiacli" Docker = "https://hub.docker.com/r/kayuii/chia-plotter" )
Version of mkbootgen
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteSz ¶
type ByteSz int64
ByteSz is used for byte sizes
func ByteSzFromGB ¶
ByteSzFromGB creates a new ByteSz from a float64 of SCI gigabytes
func ByteSzFromGiB ¶
ByteSzFromGiB creates a new ByteSz from a float64 of IEC gigabytes
func ByteSzFromMB ¶
ByteSzFromMB creates a new ByteSz from a float64 of SCI megabytes
Click to show internal directories.
Click to hide internal directories.