gitextract_p60hrgcs/ ├── .github/ │ └── workflows/ │ └── go.yml ├── .gitignore ├── .golangci.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── decimal.go ├── decimal_test.go ├── doc.go ├── doc_test.go ├── go.mod ├── integer.go └── integer_test.go