mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-10-06 04:53:35 -04:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import "github.com/mrusme/gobbs/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|