gobase

package module
v1.1.13 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: BSD-2-Clause Imports: 0 Imported by: 0

README

Document Go Report Card Unit tests

Package gobase is a base framework for common programs.

Package gobase should only depend on stdlib. All submodules depend on package base.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CodeHash string = "no_hash"

CodeHash needs to be set by ldflag, as the hash of the code repo which is compiled at. It uses for tracing source code/version from the repo. Example: `go build -ldflags="-X 'github.com/googollee/gobase.CodeHash=my_repo_hash'`git rev-parse --short HEAD`" ./src`

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cli
Package cli provides a easy way to organize a cli program.
Package cli provides a easy way to organize a cli program.
Package concurrancy provides functions for easy concurrancy.
Package concurrancy provides functions for easy concurrancy.
Package log provides a easy way to log.
Package log provides a easy way to log.
Package types provides some useful types.
Package types provides some useful types.

Jump to

Keyboard shortcuts

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