Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Revel version control


May 15, 2021 Revel


Table of contents


Version control

A lot of information about Go package version control has been given on Nathany. H owever, there was no community standard for package versioning at that time. Therefore, it is up to the developer to ensure that the software is secure and repeatable.

If you use Revel to build applications, developers should avoid problems caused by incompatibilities. Your build process should not use go get to get The main branch of Revel.

The easiest way to handle this is to check out Revel and all dependency packages into your code base. If you use git, you can use these libraries as sub-code libraries for your project.

Or, try the package manager in the link below.