Adding logging and some common functions.
This commit is contained in:
11
lib/defs.go
Normal file
11
lib/defs.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package lib
|
||||
|
||||
// Various constants used throughout the tools.
|
||||
|
||||
const (
|
||||
// ExitSuccess is the successful exit status.
|
||||
ExitSuccess = 0
|
||||
|
||||
// ExitFailure is the failing exit status.
|
||||
ExitFailure = 1
|
||||
)
|
||||
Reference in New Issue
Block a user