go-latest
v1.1.1
Published
Get latest GO version tag
Downloads
4
Readme
go-latest

Get latest GO version tag
local install
$ npm install --save go-latest
cli install
$ npm install --global go-latest
programmatic usage
const goLatest = require('go-latest')
goLatest().then(console.log).catch(console.error)
cli usage
$ go-latest
# 1.7.3
License
MIT © Andrew Carpenter