modulepackage
5.0.2+incompatible
Repository: https://github.com/octoblu/go-go.git
Documentation: pkg.go.dev
# README
go-go
Reimplementing go in go
Installation
To install with go:
go install github.com/octoblu/go-go
# Packages
No description provided by the author
# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MustAsset is like Asset but panics when Asset would return an error.
PanicIfError prints error and dies if error is non nil.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
# Variables
VERSION is the current application Version.