1
0
Fork 0
No description
Find a file
2026-03-07 20:16:59 -05:00
app fix: daemon.go should use PxnUtl.Sleep10ms() function 2026-03-03 21:45:19 -05:00
core fix: fixed import paths to core/utils/ 2026-03-05 01:41:11 -05:00
db init: adding readme files 2026-02-24 14:50:46 -05:00
flags fix: fixed path to utils 2026-03-03 21:44:18 -05:00
logger refactor: use Log.Error() and Log.Fatal() in place of panic() 2026-03-03 21:43:45 -05:00
net fix: fixed path to utils 2026-03-03 21:44:18 -05:00
rpc init: adding readme files 2026-02-24 14:50:46 -05:00
thumb init: adding readme files 2026-02-24 14:50:46 -05:00
web fix: fixed import paths to core/utils/ 2026-03-05 01:41:11 -05:00
.gitattributes init: adding .gitignore and .gitattributes files 2026-01-30 14:15:13 -05:00
.gitignore init: adding .gitignore and .gitattributes files 2026-01-30 14:15:13 -05:00
CHANGELOG.md refactor: formatted changelog 2026-03-07 20:16:59 -05:00
go.mod chore: updating go.mod and go.sum files 2026-02-20 22:05:56 -05:00
go.sum chore: updating go.mod and go.sum files 2026-02-20 22:05:56 -05:00
README.md refactor: finished moving utils 2026-02-28 19:24:20 -05:00

pxnGoCommon

latest files.poixson.com Built with Weld AGPL+PXN

Common libraries for PoiXson GoLang projects.

(back to top)

Overview

  • app - Application, service, and tool framework for PoiXson projects.
  • core - Tools and utilities for PoiXson projects.
  • db - Database framework and utilities for PoiXson projects.
  • flags - CLI argument parser.
  • logger - A slim and modular logging library for Go.
  • net - Network tools and utilities for PoiXson projects.
  • rpc - RPC tools and utilities for PoiXson projects.
  • thumb - Create thumbnails for PoiXson projects.
  • web - Website framework and utilities for PoiXson projects.

(back to top)

Source Code

repo: git.poixson.com/PxnLibs/pxnGoCommon

(back to top)

License

AGPL+PXN, see LICENSE

Be Free and Create

(back to top)