Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #34

Merged
merged 3 commits into from
Feb 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
error
  • Loading branch information
kou7306 committed Feb 2, 2024
commit 91b4061c3e65bbfc7e7cf10c16d98bfcf61f29f1
4 changes: 2 additions & 2 deletions src/graphs/commit_chart.go
Original file line number Diff line number Diff line change
@@ -58,9 +58,9 @@
p.Y.Max = float64(maxCommits) + 5

// ラベルの外に余白を持つ
p.Title.Padding = 10 // タイトル周りの余白

Check failure on line 61 in src/graphs/commit_chart.go

GitHub Actions / lint

File is not `gofmt`-ed with `-s` (gofmt)
p.X.Label.Padding = 10 // X軸ラベル周りの余白
p.Y.Label.Padding = 10 // Y軸ラベル周りの余白
p.X.Label.Padding = 2 // X軸ラベル周りの余白
p.Y.Label.Padding = 2 // Y軸ラベル周りの余白

// DefaultTextHandler is the default text handler used for text processing.

Binary file modified src/images/commits_history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/gauge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/generate_character.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package main

import (
"fmt"

Check failure on line 4 in src/main.go

GitHub Actions / lint

File is not `gofmt`-ed with `-s` (gofmt)
"log"
"net/http"
"strconv"

Check failure on line 7 in src/main.go

GitHub Actions / lint

File is not `goimports`-ed with -local github.com/tomoish/readme (goimports)
"github.com/tomoish/readme/funcs"
"github.com/tomoish/readme/graphs"
)

// func handler(w http.ResponseWriter, r *http.Request) {
Binary file modified src/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.