mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-10-21 19:44:27 -04:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import "github.com/mrusme/gobbs/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|