docs: relicense to MIT and refresh project docs#1
Merged
Conversation
Post-import housekeeping: relicense from Apache-2.0 to MIT for consistency across the memclutter projects, modernize the README (badges, tag reference, default precedence, runnable example), and add CONTRIBUTING.md and a CHANGELOG.md reconstructed from the v0.0.1–v0.0.3 history. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The matrix tested Go 1.14-1.17, which have no darwin/arm64 builds and fail to install on the Apple-Silicon macOS-latest runners, cancelling the whole matrix under fail-fast. Test the module floor (1.18) plus the two latest Go releases, set fail-fast: false, and upgrade checkout@v4 / setup-go@v5 / codecov-action@v5. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post-import housekeeping for confparse.
What
memclutterprojects (e.g. nocodb-migrator).version, CI, codecov, license), a struct-tag reference table, the full
supported-type list (
string,int,int64,uint,uint64,bool,time.Duration), an explicit default-precedence rule (CLI flag >envVar>value> zero value), and a runnable example.CONTRIBUTING.md— setup, test/lint workflow, code style, how to add asupported type, commit/PR/release process.
CHANGELOG.md— Keep a Changelog format, reconstructed from thev0.0.1–v0.0.3 git history, with the relicense + docs under
[Unreleased].Why
The repo was imported into the personal OS; this brings its docs and licensing in
line with the other projects. No source/behaviour changes —
go test ./...staysgreen at 100% coverage.
🤖 Generated with Claude Code