diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-28 16:12:49 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-28 16:12:49 -0800 |
commit | 5c340ca57e876a556a5b57e5a7dd32b0ae288440 (patch) | |
tree | dacaed91abb57bc6891c1b2cb58a82fc0c9610fc /system/tls/enable.go | |
parent | 8e5aca003ca90e65b9812a4a826a5f8b768b59bb (diff) |
moving dev notes in run command to main
Diffstat (limited to 'system/tls/enable.go')
-rw-r--r-- | system/tls/enable.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/tls/enable.go b/system/tls/enable.go index 7017201..c6f65b3 100644 --- a/system/tls/enable.go +++ b/system/tls/enable.go @@ -76,5 +76,4 @@ func Enable() { } log.Fatalln(server.ListenAndServeTLS("", "")) - fmt.Println("Server listening on :443 for HTTPS requests...") } |