Skip to content

clean up parse.go and go.mod after kit migration#2

Merged
tamnd merged 2 commits into
mainfrom
feat/kit-domain
Jun 15, 2026
Merged

clean up parse.go and go.mod after kit migration#2
tamnd merged 2 commits into
mainfrom
feat/kit-domain

Conversation

@tamnd

@tamnd tamnd commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove unused formatDuration from parse.go (duration is now DurationSecs float64, no formatting needed)
  • Run go mod tidy to drop fang/cobra/isatty from direct deps (they stay as indirect via any-cli/kit)
  • gofmt fixes

Test plan

  • go test ./... passes
  • golangci-lint run ./... reports 0 issues

tamnd added 2 commits June 15, 2026 23:13
Remove unused formatDuration (DurationSecs is now raw float64), run
go mod tidy to drop direct fang/cobra/isatty deps (they stay indirect
via kit), and gofmt the test file.
@tamnd tamnd force-pushed the feat/kit-domain branch from 30d5667 to f739bf5 Compare June 15, 2026 16:13
@tamnd tamnd merged commit a0073b6 into main Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant