Skip to content

The world needs new constants, why not find them?

Notifications You must be signed in to change notification settings

Und3rf10w/primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primer

Running without building

# Quick test with basic output
go run main.go -quick

# Full test with verbose output in JSON format
go run main.go -config config.json -format json -verbose -output results.json

# Compare with existing constants
go run main.go -quick -compare existing_constants.json

# Generate CSV output
go run main.go -format csv -output results.csv

Running tests

# Run all tests
go test ./constants/...

Building and running

go build -o primer main.go
./primer -config config.json -format json -verbose -output results.json

Then just cross your fingers.

About

The world needs new constants, why not find them?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages