docs: update example.

This commit is contained in:
Bo-Yi Wu 2017-04-03 23:34:00 +08:00
parent d17e0a31b8
commit 6b0ae2a64a
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ func main() {
}) })
// Listen and Server in 0.0.0.0:443 // Listen and Server in 0.0.0.0:443
r.RunAutoTLS("example.com") r.RunAutoTLS("example1.com", "example2.com")
} }