This website requires JavaScript.
Explore
Help
Sign In
go-i2p
/
newsgo
Watch
1
Star
0
Fork
0
You've already forked newsgo
mirror of
https://github.com/go-i2p/newsgo.git
synced
2025-06-08 02:28:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fd20db19b908e5cb8da28d993238cc62391b057
newsgo
/
main.go
8 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
initialize project
2022-12-06 20:20:27 +00:00
package
main
Adopt cobra & viper. Define build sign and serve subcommands
2025-04-19 23:11:19 +00:00
import
"github.com/go-i2p/newsgo/cmd"
Implement the news builder
2022-12-11 00:48:43 +00:00
that'll serve news
2022-12-06 22:10:27 +00:00
func
main
(
)
{
Adopt cobra & viper. Define build sign and serve subcommands
2025-04-19 23:11:19 +00:00
cmd
.
Execute
(
)
initialize project
2022-12-06 20:20:27 +00:00
}
Reference in New Issue
Copy Permalink