fix indentions (#1680)

Fix indention for READMEs.
pull/1614/head^2
M. Efe Çetin 2021-12-31 01:02:49 +03:00 committed by GitHub
parent f98a9ba405
commit 894fa9db5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 17 additions and 17 deletions

2
.github/README.md vendored
View File

@ -204,7 +204,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -202,7 +202,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -202,7 +202,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -255,7 +255,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -204,7 +204,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -261,7 +261,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -204,7 +204,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -203,7 +203,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -207,7 +207,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -208,7 +208,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -208,7 +208,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -204,7 +204,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -204,7 +204,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -224,7 +224,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -203,7 +203,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Cikti:
// {
// "method": "GET",

View File

@ -204,7 +204,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",

View File

@ -206,7 +206,7 @@ func main() {
}).Name("api")
data, _ := json.MarshalIndent(app.GetRoute("api"), "", " ")
fmt.Print(string(data))
fmt.Print(string(data))
// Prints:
// {
// "method": "GET",