Coder Social home page Coder Social logo

gophersgang / go-in-5-minutes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arschles/go-in-5-minutes

0.0 2.0 0.0 19.39 MB

Code for Go in 5 Minutes Screencasts

Home Page: http://www.goin5minutes.com

License: Apache License 2.0

Makefile 1.51% Go 76.06% HTML 16.83% JavaScript 2.36% Shell 1.81% CSS 1.41% GCC Machine Description 0.01%

go-in-5-minutes's Introduction

Go In 5 Minutes

Build Status

This repository has code and outlines for Go In 5 Minutes Screencasts. All content (code samples, outlines, etc...) is organized into folders, starting with episode0 and going from there.

Full descriptions and videos are at https://www.goin5minutes.com/screencasts/index.html.

Shortened URL for this repository: https://bitly.com/goin5minutes

Shortened URL for screencasts: https://bitly.com/goin5minutesyt

Request A Screencast

I have some ideas for topics to cover, but if you want to see some topics covered in a future screencast, I'd like to hear from you.

Please submit an issue with the request a screencast label and make sure to include a good description on what you want to see!

Here are some example issues: https://github.com/arschles/go-in-5-minutes/labels/request%20a%20screencast.

Bundle

If you're just getting started with the series, want to download the screencasts, or otherwise would like to have DRM-free, HD versions of the screencasts, I encourage you to buy the bundle of episodes 0-9 at https://gum.co/gifm-1-10.

Email Newsletter

I send out an email newsletter intermittently with screencasts, additional information and resources. I encourage you to sign up for it at https://www.goin5minutes.com/subscribe/index.html.

Issues With Code, Documentation, etc...

If you see any problems with code, documentation, or anything else in this repository, please submit an issue with the bug label and I'll fix it as soon as I can. Pull requests are also welcome.

Build, Test and Run Instructions

All the folders that start with episode (such as episode0) contain the outline and code samples for that episode, and all code samples can be built and run.

Unless otherwise specified in the README.md in the episode folder, the commands for building, testing and running simply use the go tool. All episodes are buildable and testable, but some don't have a package main because they're libraries, so they won't be runnable.

  • build: go build
  • test: go test
  • run: go build -o example && ./example

go-in-5-minutes's People

Contributors

arschles avatar casertap avatar haibin avatar peteretelej avatar

Watchers

James Cloos avatar  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.