Coder Social home page Coder Social logo

talks's Introduction

Go Talks

Go Reference

This repository holds various Go talks that may be viewed with the present tool.

Viewing Locally

To install the present tool, use go get:

go get golang.org/x/tools/cmd/present

To view talks, run present in the content directory and then visit http://127.0.0.1:3999 in your browser.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the talks repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/talks:" in the subject line, so it is easy to find.

Deploying

To deploy these talks to talks.golang.org hosted on App Engine:

  1. Add a version of golang.org/x/tools/cmd/present that you intend to use in this deploy as a dependency of this module:

    go get -d golang.org/x/tools/cmd/present@latest
    
  2. Copy the contents of golang.org/x/tools/cmd/present to the root of this repository:

    rsync -r $(go list -f '{{.Dir}}' golang.org/x/tools/cmd/present)/ .
    
  3. Run the deploy:

    GO111MODULE=on gcloud --project=golang-org app deploy --no-promote app.yaml
    

    This will create a new version, which can be viewed within the golang-org GCP project.

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

  5. If all is well, click "Migrate Traffic" to move 100% of the talks.golang.org traffic to the new version.

  6. Clean up the local file modifications that steps 1 and 2 caused.

  7. You're done.

talks's People

Contributors

adg avatar campoy avatar robpike avatar minux avatar bradfitz avatar sajmani avatar dsymonds avatar griesemer avatar chai2010 avatar dmitshur avatar rsc avatar crawshaw avatar dvyukov avatar kortschak avatar hyangah avatar andybons avatar btracey avatar nathany avatar josharian avatar ukai avatar egonelbre avatar wathiede avatar adonovan avatar spf13 avatar plant99 avatar parkr avatar nc-x avatar stemar94 avatar atomaths avatar ianlancetaylor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.