mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
update year
This commit is contained in:
parent
c3adc2981f
commit
0b99be5b30
2 changed files with 2 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2017 Zack
|
Copyright (c) 2017-2020 Zack
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -19,7 +19,7 @@ func init() {
|
||||||
go tcp.Run("debug", "8083", "pass123")
|
go tcp.Run("debug", "8083", "pass123")
|
||||||
go tcp.Run("debug", "8084", "pass123")
|
go tcp.Run("debug", "8084", "pass123")
|
||||||
go tcp.Run("debug", "8085", "pass123")
|
go tcp.Run("debug", "8085", "pass123")
|
||||||
time.Sleep(5 * time.Second)
|
time.Sleep(1 * time.Second)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCrocReadme(t *testing.T) {
|
func TestCrocReadme(t *testing.T) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue