Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 431 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 431 Bytes

Govm - Go version model

This is a lib version model prototype by Golang

Requirement

The go version 1.20

Installation

  • Use a specific version (tag)
go get github.com/sivaosorg/[email protected]
  • Latest version
go get -u github.com/sivaosorg/govm@latest

Contribution

git clone --depth 1 https://github.com/sivaosorg/govm.git
cd govm
go mod tidy