aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-08-29 20:06:46 +0800
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-08-29 20:26:12 +0800
commit2cc8e6be6d4de06aa9f349549c730350522ac316 (patch)
treeaf24c2f00e41a7938f26edda11e3bfc9c9d82820 /examples
parentUpdate LICENSE (diff)
downloadfasthttp-2cc8e6be6d4de06aa9f349549c730350522ac316.tar.gz
fasthttp-2cc8e6be6d4de06aa9f349549c730350522ac316.tar.bz2
fasthttp-2cc8e6be6d4de06aa9f349549c730350522ac316.zip
go fmt ./...
Diffstat (limited to 'examples')
-rw-r--r--examples/multidomain/multidomain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multidomain/multidomain.go b/examples/multidomain/multidomain.go
index 3504e8d..598dda7 100644
--- a/examples/multidomain/multidomain.go
+++ b/examples/multidomain/multidomain.go
@@ -93,7 +93,7 @@ func GenerateCert(host string) ([]byte, []byte, error) {
SignatureAlgorithm: x509.SHA256WithRSA,
DNSNames: []string{host},
BasicConstraintsValid: true,
- IsCA: true,
+ IsCA: true,
}
certBytes, err := x509.CreateCertificate(