Skip to content

Commit

Permalink
Initializing the base repo. This is an automated step.
Browse files Browse the repository at this point in the history
  • Loading branch information
joncalhoun committed Oct 7, 2017
0 parents commit a48198c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Exercise #3: Choose your own adventure

[![topic: json](https://img.shields.io/badge/topic-json-green.svg?style=flat-square)](https://github.com/search?q=topic%3Ajson+org%3Agophercises&type=Repositories)
[![topic: html-templates](https://img.shields.io/badge/topic-html%20templates-green.svg?style=flat-square)](https://github.com/search?q=topic%3Ahtml-templates+org%3Agophercises&type=Repositories)
[![topic: http-handlers](https://img.shields.io/badge/topic-http%20handlers-green.svg?style=flat-square)](https://github.com/search?q=topic%3Ahttp-handlers+org%3Agophercises&type=Repositories)

![video status: unreleased](https://img.shields.io/badge/video%20status-unreleased-red.svg?style=flat-square)
![code status: unreleased](https://img.shields.io/badge/code%20status-unreleased-red.svg?style=flat-square)

## Exercise details

TODO(joncalhoun): Complete this.

## Bonus

As a bonus exercises you can also...

TODO(joncalhoun): Complete or delete this.
8 changes: 8 additions & 0 deletions students/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Student Examples

The following are example implementations submitted by students/gophers learning from this course.

The primary purposes of these examples are:

1. To provide example implementations to discuss and review when recording the screencasts for this course.
2. To provide a way for students to contribute to this course.

0 comments on commit a48198c

Please sign in to comment.