chore(go): add ISC license and README badges - #6
Merged
Conversation
pkg.go.dev showed "License: None detected" and hid the Documentation tab entirely because the repo had no LICENSE file. Add one at the repo root and in go/ (the module root pkg.go.dev/proxy.golang.org actually checks, since the Go module lives in a subdirectory). Matches the ISC license already declared in js/package.json. Also add real CI/pkg.go.dev/Go Report Card/license badges to the Go README, wired to the existing go-ci.yml workflow.
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.
Summary
LICENSEfile at the repo root and ingo/(the Go module root) — pkg.go.dev/proxy.golang.org check the module's own directory for license detection, which is why the Go package page showed "License: None detected" and hid the Documentation tab entirely.js/package.json.go/README.md, wired to the existinggo-ci.ymlworkflow.Test plan
go build ./...andgo vet ./...pass ingo/go/v1.0.1) so pkg.go.dev re-indexes the module with the license present and shows the Documentation tab