gg

package module
v0.2.37 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: BSD-3-Clause Imports: 28 Imported by: 197

README

G&G Core

Utility library.

This folder contains some utility packages.

Mose of them are pure Go, only some uses external modules but always in pure Go.

No dependencies from other external binaries suing C bindings.

Special Modules

LICENSE

3-Clause BSD License

How to Use

To use just call:

go get bitbucket.org/digi-sense/gg-core@v0.2.37
Versioning

Sources are versioned using git tags:

git tag v0.2.37
git push origin v0.2.37

Documentation

Index

Constants

View Source
const (
	ModeProduction = gg_.ModeProduction
	ModeDebug      = gg_.ModeDebug
)
View Source
const (
	EventOnStartApp = gg_.EventOnStartApp
	EventOnCloseApp = gg_.EventOnCloseApp
)
View Source
const Version = gg_.LibVersion

Version library version

Variables

View Source
var (
	// AppName Deprecated: use SetAppName
	AppName = ""
	// AppVersion Deprecated: use SetAppVersion
	AppVersion = ""

	PanicSystemError = gg_.PanicSystemError // errors.New("panic_system_error")
)
View Source
var Recover = gg_.Recover

Functions

func GetAppName added in v0.2.24

func GetAppName() string

func GetAppSalt added in v0.2.26

func GetAppSalt() string

func GetAppVersion added in v0.2.24

func GetAppVersion() string

func SetAppName added in v0.2.24

func SetAppName(value string)

func SetAppSalt added in v0.2.26

func SetAppSalt(value string)

func SetAppVersion added in v0.2.24

func SetAppVersion(value string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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