mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
update graphics
This commit is contained in:
parent
00dfe62033
commit
091e8aecac
3 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ func (c *Connection) Run() error {
|
||||||
if c.IsSender {
|
if c.IsSender {
|
||||||
go p.Discover()
|
go p.Discover()
|
||||||
} else {
|
} else {
|
||||||
fmt.Print("finding local croc relay...")
|
fmt.Print("Finding local croc relay...")
|
||||||
discovered, err := p.Discover()
|
discovered, err := p.Discover()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
BIN
logo/1.gif
Normal file
BIN
logo/1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
logo/2.gif
Normal file
BIN
logo/2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
Add table
Add a link
Reference in a new issue