This website requires JavaScript.
Explore
Help
Sign In
aniani
/
neonmodem
Watch
1
Star
0
Fork
0
You've already forked neonmodem
mirror of
https://github.com/mrusme/neonmodem.git
synced
2024-11-03 04:27:16 -05:00
Code
d83a88bf3d
neonmodem
/
gobbs.go
8 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Implemented first draft structure
2022-12-28 22:22:36 -05:00
package
main
Refactored main, added Cobra
2022-12-29 14:44:32 -05:00
import
"github.com/mrusme/gobbs/cmd"
Implemented first draft structure
2022-12-28 22:22:36 -05:00
func
main
(
)
{
Refactored main, added Cobra
2022-12-29 14:44:32 -05:00
cmd
.
Execute
(
)
Refactored main
2022-12-29 14:34:51 -05:00
}
Copy Permalink