directory
1.2.4
Repository: https://github.com/ccheers/xpkg.git
Documentation: pkg.go.dev

# Packages

Package dsn implements dsn parse with struct bind DSN 格式类似 URI, DSN 结构如下图 network:[//[username[:password]@]address[:port][,address[:port]]][/path][?query][#fragment] 与 URI 的主要区别在于 scheme 被替换为 network, host 被替换为 address 并且支持多个 address.
Package env get env & app config, all the public field must after init() finished and flag.Parse().
No description provided by the author
No description provided by the author