0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

update year

This commit is contained in:
Zack Scholl 2020-02-28 13:27:44 -08:00
parent c3adc2981f
commit 0b99be5b30
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ func init() {
go tcp.Run("debug", "8083", "pass123")
go tcp.Run("debug", "8084", "pass123")
go tcp.Run("debug", "8085", "pass123")
time.Sleep(5 * time.Second)
time.Sleep(1 * time.Second)
}
func TestCrocReadme(t *testing.T) {