mirror of
https://github.com/go-i2p/newsgo.git
synced 2025-06-07 18:24:30 -04:00
8 lines
84 B
Go
8 lines
84 B
Go
package main
|
|
|
|
import "github.com/go-i2p/newsgo/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|