This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
gotty
mirror of
https://github.com/sorenisanerd/gotty.git
Watch
1
Star
0
Fork
You've already forked gotty
0
Code
Issues
Projects
Releases
Wiki
Activity
retract-v2
gotty
/
main.go
7 lines
66 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Initialize repository
2015-08-16 17:47:23 +08:00
package
main
func
main
(
)
{
Remove a bunch of superfluous stuff
2022-03-01 09:01:59 +08:00
fmt
.
Println
(
"Deprecated. Use v1"
)
Shutdown server gracefully with Ctrl-C
2015-08-24 18:22:25 +08:00
}