gg

package module
v0.2.24 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: BSD-3-Clause Imports: 29 Imported by: 200

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.24
Versioning

Sources are versioned using git tags:

git tag v0.2.24
git push origin v0.2.24

Documentation

Index

Constants

View Source
const (
	ModeProduction = "production"
	ModeDebug      = "debug"
)
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")
)

Functions

func GetAppName added in v0.2.24

func GetAppName() string

func GetAppVersion added in v0.2.24

func GetAppVersion() string

func Recover

func Recover(args ...interface{})

func SetAppName added in v0.2.24

func SetAppName(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