Changeset 5 in code for trunk/cmd


Ignore:
Timestamp:
Feb 4, 2020, 5:56:07 PM (5 years ago)
Author:
contact
Message:

Add connection registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/jounce/main.go

    r3 r5  
    1616        }
    1717
    18         s := jounce.Server{}
     18        s := jounce.Server{Hostname: "localhost"}
    1919
    2020        log.Printf("Server listening on %v", addr)
Note: See TracChangeset for help on using the changeset viewer.