We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbd79d commit 28abe99Copy full SHA for 28abe99
main.go
@@ -27,7 +27,7 @@ func main() {
27
log.SetHandler(text.New(os.Stderr))
28
// log.SetLevel(log.DebugLevel)
29
config := config.Get()
30
- ctx := log.WithField("port", config.Port)
+ ctx := log.WithField("listen", config.Listen)
31
options, err := redis.ParseURL(config.RedisURL)
32
if err != nil {
33
log.WithError(err).Fatal("invalid redis_url")
static/styles.css
@@ -88,6 +88,11 @@ div.title>span.subtitle {
88
color: #555;
89
}
90
91
+div.main {
92
+ width: 20%;
93
+ max-width: 800px;
94
+}
95
+
96
div.main,
97
div.code {
98
padding-top: 30px;
0 commit comments