core

package
v0.0.0-...-241bfea Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Date

type Date struct {
	Year  int32
	Month int32
	Day   int32
}

func DateFromString

func DateFromString(date string) (Date, error)

func (Date) String

func (d Date) String() string

type Money

type Money struct {
	Rubles  int64
	Pennies int8
}

func MoneyFromString

func MoneyFromString(str string) (Money, error)

func (Money) String

func (m Money) String() string

Jump to

Keyboard shortcuts

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