-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initializing the base repo. This is an automated step.
- Loading branch information
0 parents
commit a48198c
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |