This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package middleware | |
import ( | |
"time" | |
"github.com/labstack/echo/v4" | |
"go.uber.org/zap" | |
"go.uber.org/zap/zapcore" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"reflect" | |
"strconv" | |
) | |
type Person struct { | |
Name string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* begin gitako rules */ | |
.gitako-ready.shrink-github-header .js-header-wrapper { | |
background-color: #181818; | |
} | |
.gitako-ready.shrink-github-header main > *:first-child { | |
box-shadow: inset 0 -1px 0 #343434; | |
} | |
body.gitako-ready .markdown-body .clippy-wrapper .clippy { | |
border-color: #343434; | |
background-color: #181818; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--gray-1: #cbd0d0; | |
--background-main: #33373a; | |
--gray-4: #cbd0d0; | |
--turq-dark: var(--turq-med); | |
--border-light: #4b5053; | |
--border: #24282a | |
} | |
html { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configuration { | |
modi: "drun"; | |
show-icons: true; | |
icon-theme: "Paper"; | |
sidebar-mode: false; | |
display-drun: ""; | |
} | |
* { | |
color-background: rgba(35, 31, 32, 0.85); |