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-28 04:46:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
83b0be1379fd5f6b62403e508547bc71248a2367
go-boilerplate
/
back
T
History
RandyTheSilly
83b0be1379
Always hard exit in PrintError(); do not pointlessly return the error code in soft exit
2025-06-01 16:58:29 -04:00
..
1globals.go
Make error codes sequential
2025-06-01 14:16:19 -04:00
cmd.go
Return errors, rather than printing them; move PrintError() to front package
2025-06-01 13:45:32 -04: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