Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 567 Bytes

File metadata and controls

19 lines (12 loc) · 567 Bytes

Semver Audit Indexer: Go

A semver-audit indexer for go. This tool can generate semantic versioning information compatible with the semver-audit diff cli

Installation

go install github.com/Workiva/semver_audit/indexers/go/semver_audit_go

Usage

semver_audit_go generate ./path/to/dir ./path/to/another/dir

Development

Note, the golang indexer is nested under semver_audit_go because golang makes the parent folder the name of the executable when running go install, and the parent directory of go is a reserved word