This website requires JavaScript.
Explore
Help
Sign In
Andrew71
/
hibiscus
Watch
1
Star
0
Fork
You've already forked hibiscus
0
Code
Issues
Pull requests
Projects
Releases
4
Packages
Wiki
Activity
eb3c1fb32a
hibiscus
/
main.go
10 lines
86 B
Go
Raw
Normal View
History
Unescape
Escape
Init
2024-03-15 18:34:24 +03:00
package
main
"Improve" config loading
2024-03-20 00:02:22 +03:00
var
Cfg
=
ConfigInit
(
)
Begin adding a basic config
2024-03-17 17:12:41 +03:00
Init
2024-03-15 18:34:24 +03:00
func
main
(
)
{
Add basic flags
2024-03-26 14:00:32 +03:00
FlagInit
(
)
Add debug flag
2024-05-04 14:29:49 +03:00
LogInit
(
)
Init
2024-03-15 18:34:24 +03:00
Serve
(
)
}
Reference in a new issue
Copy permalink