tools

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HomeDir = func() string {
	usr, err := user.Current()
	if err != nil {
		msg.FatalError(err)
	}
	return usr.HomeDir
}()

Functions

func Chdir

func Chdir(dir string)

func Getwd

func Getwd() string

func IsExist

func IsExist(dir string) bool

func IsNotExist

func IsNotExist(dir string) bool

func Mkdir

func Mkdir(dir string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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