File tree 3 files changed +40
-0
lines changed
3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Binaries for programs and plugins
2
+ * .exe
3
+ * .dll
4
+ * .so
5
+ * .dylib
6
+
7
+ # Test binary, build with `go test -c`
8
+ * .test
9
+
10
+ # Output of the go coverage tool, specifically when used with LiteIDE
11
+ * .out
12
+
13
+ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
14
+ .glide /
Original file line number Diff line number Diff line change
1
+ # Exercise #8 : CLI Task Manager
2
+
3
+ [ ![ topic: env-variables] ( https://img.shields.io/badge/topic-env%20variables-green.svg?style=flat-square )] ( https://github.com/search?q=topic%3Aenv-variables+org%3Agophercises&type=Repositories )
4
+ [ ![ topic: boltdb] ( https://img.shields.io/badge/topic-boltdb-green.svg?style=flat-square )] ( https://github.com/search?q=topic%3Aboltdb+org%3Agophercises&type=Repositories )
5
+ [ ![ topic: clis] ( https://img.shields.io/badge/topic-clis-green.svg?style=flat-square )] ( https://github.com/search?q=topic%3Aclis+org%3Agophercises&type=Repositories )
6
+
7
+ ![ video status: unreleased] ( https://img.shields.io/badge/video%20status-unreleased-red.svg?style=flat-square )
8
+ ![ code status: unreleased] ( https://img.shields.io/badge/code%20status-unreleased-red.svg?style=flat-square )
9
+
10
+ ## Exercise details
11
+
12
+ TODO(joncalhoun): Complete this.
13
+
14
+ ## Bonus
15
+
16
+ As a bonus exercises you can also...
17
+
18
+ TODO(joncalhoun): Complete or delete this.
Original file line number Diff line number Diff line change
1
+ # Student Examples
2
+
3
+ The following are example implementations submitted by students/gophers learning from this course.
4
+
5
+ The primary purposes of these examples are:
6
+
7
+ 1 . To provide example implementations to discuss and review when recording the screencasts for this course.
8
+ 2 . To provide a way for students to contribute to this course.
You can’t perform that action at this time.
0 commit comments