exercism/go/acronym
Brian Buller 8ff43f2212 Go - Acronym 2016-11-26 21:58:00 -06:00
..
README.md Go - Acronym 2016-11-26 21:58:00 -06:00
acronym.go Go - Acronym 2016-11-26 21:58:00 -06:00
acronym_test.go Go - Acronym 2016-11-26 21:58:00 -06:00

README.md

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.

Source

Julien Vanier 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.