From 0dc4922fd188cfc3846be29fd2e2d777297e034c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 27 Nov 2025 02:52:28 +0900 Subject: fix handling of number suffix --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index a14db65..9c6bb08 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,8 @@ build: go build ./... +fmt: + go fmt ./... + test: go test ./... -- cgit v1.2.3-70-g09d2