Skip to content
/ govm Public

Govm - golang library provides basic models and services, specialized for restful API projects

Notifications You must be signed in to change notification settings

sivaosorg/govm

Repository files navigation

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