An open API service indexing awesome lists of open source software.

https://github.com/dlzer/30daysofgo

30 days of creating GO projects
https://github.com/dlzer/30daysofgo

Last synced: 10 months ago
JSON representation

30 days of creating GO projects

Awesome Lists containing this project

README

          

# 30 Days of GO

# The Challenge
I'm taking a challenge to write a small GO program everyday for 30 days.

# Join In
If you'd like to join in feel free to fork.

# Building
- Make sure you have GO on your system. If not you can download it [here.](https://golang.org/doc/install)
- Clone or fork the repo.
- Navigate to the folder of an individual challenge.
- Build the program using:
````
go build .
./{program_name} -{flags}
````
- Any required flags will be specified under each projects directory in a README.

# Challenge Directory

1. [CSV Quiz](/csv_quiz)
2. [URL Shortener](/url_shortener)
3. [HTML Link Parser](/html_link_parser)
4. [Directory Cleaner](/directory_cleanup)
5. [MFP Report](/mfp)