Skip to content

synzofficial/nsd-synz-sharelib-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsd-synz-sharelib-api

API ID LIST

  • BFF and ShareLib -> 00
  • AUTH -> 01
  • MASTER_DATA -> 02
  • User -> 03
  • Account -> 04
  • Media -> 05

How to install? (go get this private repo)

  1. Set go env GOPRIVATE
$ go env GOPRIVATE | grep "github.com/synzofficial" || go env -w GOPRIVATE="$(go env GOPRIVATE),github.com/synzofficial"
  1. Check go env GOPRIVATE
$ go env GOPRIVATE

// github.com/synzofficial

setup for support downloading lib from github using ssh.

  1. set .gitconfig
vi ~/.gitconfig
  1. in ~/.gitconfig file ADD
[url "ssh://git@github.com/"]
        insteadOf = https://github.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages