Socket
Book a DemoInstallSign in
Socket

github.com/le-retour-des-rois/nlpf-back

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/le-retour-des-rois/nlpf-back

Source
Go
Version
v0.0.0-20210930235024-d71daf004025
Version published
Created
Source

Documentations

Spécifique à GO

  • Basic API : https://www.youtube.com/watch?v=W5b64DXeP0o&t=27s&ab_channel=TutorialEdge
  • Mux documentation : https://www.gorillatoolkit.org/pkg/mux
  • Mux examples : https://github.com/gorilla/mux#examples

Spécifique à MongoDB

Commandes utiles

Get une nouvelle bibliotheque :

go get 

Run le back :

go run . 

Permet de creer un module :

go mod init 

Permet de telecharger ce qu'il y a dans le module :

go mod  

Refresh le .mod :

go mod tidy  

Autres

FAQs

Package last updated on 30 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts