diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-13 21:43:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-13 21:58:25 +0900 |
| commit | dff818158c790481868c995e0209f13aeb106251 (patch) | |
| tree | 8c666ea05faa7dd6d7aacc22b67a3224917a80ec /backend/justfile | |
| parent | 7037bd46431830e4d4ad46b2e136243e8455ac02 (diff) | |
| download | phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.gz phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.zst phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.zip | |
chore: replace Makefile with justfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'backend/justfile')
| -rw-r--r-- | backend/justfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/justfile b/backend/justfile new file mode 100644 index 0000000..2927f38 --- /dev/null +++ b/backend/justfile @@ -0,0 +1,6 @@ +check: + go build -o /dev/null ./... + go run github.com/golangci/golangci-lint/cmd/golangci-lint run + +gen: + go generate ./... |
