//
pkg.gl
Category
github.com/khmarbaise/githelper
modules
check
package
0.0.3
Repository:
https://github.com/khmarbaise/githelper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
4
Files
34 SLOC
#
Functions
IfError
IfError should be used to naively panics if an error is not nil.
IfErrorWithOutput
IfErrorWithOutput should be used to naively panics if an error is not nil.
IsMainBranch
IsMainBranch check for "main" or "master" and return true, false otherwise.