This website requires JavaScript.
Explore
Help
Sign In
GitHubMirror
/
go-boilerplate
Watch
1
Star
0
Fork
0
mirror of
https://github.com/rwinkhart/go-boilerplate.git
synced
2026-08-27 20:36:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
29315c4b764fbbf60fb81eb60108311139dac406
go-boilerplate
/
back
T
History
RandyTheSilly
48e6abea8b
Harden functions that potentially deal with sensitive information
2026-02-09 22:15:47 -05:00
..
1globals.go
Add ANSI constants for warning/blue/green
2025-11-10 00:50:16 -05:00
cmd.go
Harden functions that potentially deal with sensitive information
2026-02-09 22:15:47 -05:00
exitHard.go
Initial code commit
2025-05-09 15:43:43 +00:00
exitSoft.go
Always hard exit in PrintError(); do not pointlessly return the error code in soft exit
2025-06-01 16:58:29 -04:00
files.go
Do not return isFile, as the returned error can be used for this purpose
2025-06-01 14:48:13 -04:00
general.go
Return errors, rather than printing them; move PrintError() to front package
2025-06-01 13:45:32 -04:00