flog

package
v0.24.1 Latest Latest
Warning

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

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

Documentation

Overview

File functions.

Map functions.

Index

Constants

View Source
const (
	KeySep = "/"
	ValSep = "\n"
)

Variables

This section is empty.

Functions

func ReadLines

func ReadLines(name string) (lines []string, err error)

Types

type Map

type Map struct {
	// contains filtered or unexported fields
}

func NewMap

func NewMap(s string) (m *Map, err error)

func (*Map) GetInt64

func (m *Map) GetInt64(key string) (value int64)

func (*Map) GetString

func (m *Map) GetString(key string) (value string)

func (*Map) GetTime

func (m *Map) GetTime(key string) (value time.Time)

Jump to

Keyboard shortcuts

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