mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import "github.com/mrusme/gobbs/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|