1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-23 06:35:24 +00:00
neonmodem/gobbs.go

8 lines
83 B
Go
Raw Normal View History

2022-12-29 03:22:36 +00:00
package main
2022-12-29 19:44:32 +00:00
import "github.com/mrusme/gobbs/cmd"
2022-12-29 03:22:36 +00:00
func main() {
2022-12-29 19:44:32 +00:00
cmd.Execute()
2022-12-29 19:34:51 +00:00
}