1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-07-21 03:14:14 -04:00
neonmodem/gobbs.go

8 lines
83 B
Go
Raw Normal View History

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