Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou7306 committed Feb 2, 2024
2 parents d809140 + 08ee007 commit 91b4061
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graphs/commit_chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ func DrawCommitChart(commitsHistory []int, maxCommits int, width int, height int

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

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

View workflow job for this annotation

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.

Expand Down
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
Expand Up @@ -5,6 +5,8 @@ import (
"log"
"net/http"
"strconv"

Check failure on line 7 in src/main.go

View workflow job for this annotation

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) {
Expand Down
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.

0 comments on commit 91b4061

Please sign in to comment.