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
- Host: GitHub
- URL: https://github.com/dlzer/30daysofgo
- Owner: DLzer
- Created: 2019-07-28T13:40:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T16:01:34.000Z (over 6 years ago)
- Last Synced: 2024-06-21T03:33:18.036Z (almost 2 years ago)
- Language: Go
- Size: 6.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)