Skip to content

sabniyo/goserverbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps for setting up private repo

Git

  • Set up SSH with the remote git
  • Set GOPRIVATE in .pam_environment
GOPRIVATE=sabariram.com
  • Set the global config of git
[email protected]:SabariramC/goserverbase.insteadof=https://github.com/sabariramc/goserverbase
  • In the module that is going to use this package add the following in the go.mod file
replace github.com/sabariramc/goserverbase => github.com/sabariramc/goserverbase.git <<tag>>

eg:

replace github.com/sabariramc/goserverbase => github.com/sabariramc/goserverbase.git v0.1.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%