Fix broken URL generation.

このコミットが含まれているのは:
Christian Heller 2016-02-13 00:22:30 +01:00
コミット 52a6af8d85
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -200,7 +200,7 @@ func nameMyself(ssl bool, port int) string {
if err != nil {
log.Fatal("Trouble reading IP message body", err)
}
ip := string(body)
ip := strings.Replace(string(body), "\n", "", -1)
s := ""
if ssl {
s = "s"