1.1.1 • Published 7 years ago
go-latest v1.1.1
go-latest

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