Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cappyzawa/go-versions
asobi
https://github.com/cappyzawa/go-versions
Last synced: about 2 months ago
JSON representation
asobi
- Host: GitHub
- URL: https://github.com/cappyzawa/go-versions
- Owner: cappyzawa
- License: apache-2.0
- Created: 2020-08-09T06:21:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T09:02:18.000Z (over 3 years ago)
- Last Synced: 2024-06-20T07:28:13.452Z (6 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Versions
[![BuildStatus](https://github.com/cappyzawa/go-versions/workflows/CI/badge.svg)](https://github.com/cappyzawa/go-versions/actions?query=workflow%3ACI)
[![Go Report Card](https://goreportcard.com/badge/github.com/cappyzawa/go-versions)](https://goreportcard.com/report/github.com/cappyzawa/go-versions)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/cappyzawa/go-versions)](https://pkg.go.dev/github.com/cappyzawa/go-versions)
[![codecov](https://codecov.io/gh/cappyzawa/go-versions/branch/master/graph/badge.svg)](https://codecov.io/gh/cappyzawa/go-versions)This tool gets go versions from [Downloads \- The Go Programming Language](https://golang.org/doc/).
## How to use
```bash
# no fileter
go-versions# fileter: os=linux
go-versions -os linux# fileter: arch=amd64
go-versions -arch amd64# fileter: os=linux arch=amd64
go-versions -os linux -arch amd64
```