summaryrefslogtreecommitdiff
path: root/go/acronym/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'go/acronym/README.md')
-rw-r--r--go/acronym/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/go/acronym/README.md b/go/acronym/README.md
new file mode 100644
index 0000000..ab36c9f
--- /dev/null
+++ b/go/acronym/README.md
@@ -0,0 +1,27 @@
+# Acronym
+
+Convert a long phrase to its acronym
+
+Techies love their TLA (Three Letter Acronyms)!
+
+Help generate some jargon by writing a program that converts a long name
+like Portable Network Graphics to its acronym (PNG).
+
+
+To run the tests simply run the command `go test` in the exercise directory.
+
+If the test suite contains benchmarks, you can run these with the `-bench`
+flag:
+
+ go test -bench .
+
+For more detailed info about the Go track see the [help
+page](http://exercism.io/languages/go).
+
+## Source
+
+Julien Vanier [https://github.com/monkbroc](https://github.com/monkbroc)
+
+## Submitting Incomplete Problems
+It's possible to submit an incomplete solution so you can see how others have completed the exercise.
+