gg

package module
v0.2.16 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: BSD-3-Clause Imports: 28 Imported by: 214

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@latest
Versioning

Sources are versioned using git tags:

git tag v0.2.16
git push origin v0.2.16

Documentation

Index

Constants

View Source
const (
	ModeProduction = "production"
	ModeDebug      = "debug"
)
View Source
const Version = "0.2.16"

Version library version

Variables

View Source
var (
	AppName    = "New Application"
	AppVersion = "0.1.0" // change this for a global AppName variable

	PanicSystemError = gg_.PanicSystemError // errors.New("panic_system_error")
)

Functions

func Recover

func Recover(args ...interface{})

Types

This section is empty.

Jump to

Keyboard shortcuts

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