Registry / utility / gostaticanalysis-comment

gostaticanalysis-comment

JSON →
library1.5.0gogounverified

Provides utilities for parsing and manipulating Go source code comments in static analysis.

go get github.com/gostaticanalysis/comment
INSTALL
IMPORT
SIG · GOSTATICANALYSIS-C
G
gostaticanalysis-comment
utilitygov1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

comment
github.com/gostaticanalysis/comment

Creates a new comment from a string and prints its text.

package main import ( "fmt" "github.com/gostaticanalysis/comment" ) func main() { c := comment.New("// example") fmt.Println(c.Text()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gostaticanalysis-comment — go get gostaticanalysis-comment · libregistry