Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-19 01:06:06 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-19 01:06:06 +0300
commit7befbef0efe11c5e621eda8090774567b435d7e7 (patch)
treec4d42a9b316d1f770e2134fe7c72de5fe59d343b /app_config.go
parentfac6456c5f8c9e638b096c8a9500f779b63f7e21 (diff)
Make fmt happy
Diffstat (limited to 'app_config.go')
-rw-r--r--app_config.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/app_config.go b/app_config.go
index f0f30d8c..8da2437a 100644
--- a/app_config.go
+++ b/app_config.go
@@ -1,15 +1,15 @@
package main
type appConfig struct {
- Domain string
+ Domain string
RootCertificate []byte
RootKey []byte
- ListenHTTP uintptr
- ListenHTTPS uintptr
- ListenProxy uintptr
+ ListenHTTP uintptr
+ ListenHTTPS uintptr
+ ListenProxy uintptr
- HTTP2 bool
- RedirectHTTP bool
+ HTTP2 bool
+ RedirectHTTP bool
}