Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.63 KB

Go Tour

A Tour of Go est une introduction au langage de programmation Go. Visite https://go-tour-fr.appspot.com/ pour commencer la visite.

Download/Install

Pour installer la visite depuis la source, commencez par installer Go puis exécutez:

$ go get github.com/dupoxy/go-tour-fr

Cela placera un binaire go-tour-fr dans le répertoire bin de votre espace de travail. Le programme de visite peut être exécuté hors ligne.

Contributing

Nous apprécions vos contributions. Pour rendre le processus aussi transparent que possible, nous demandons ce qui suit:

  • Allez-y et Forkez le projet et apportez vos modifications. Nous encourageons les pull requests pour discuter des changements.

pour plus de detail voir CONTRIBUTING

Pour exécuter le programme de visite localement:

go run .

Votre navigateur devrait maintenant s'ouvrir. Sinon, veuillez visiter http://localhost:3999/.

Deploying

  1. To deploy go-tour-fr.appspot.com, run:

    GO111MODULE=on gcloud app deploy --no-promote
    

    This will create a new version, which can be viewed within the go-tour-fr GCP project.

  2. Check that the deployed version looks OK (click the version link in GCP).

  3. If all is well, click "Migrate Traffic" to move 100% of the go-tour-fr.appspot.com/ traffic to the new version.

  4. You're done.

License

Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.