Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpin7/golang-projects
Repo on the small projects I am writing while learning go
https://github.com/mjpin7/golang-projects
go golang
Last synced: 3 months ago
JSON representation
Repo on the small projects I am writing while learning go
- Host: GitHub
- URL: https://github.com/mjpin7/golang-projects
- Owner: mjpin7
- Created: 2020-08-02T20:05:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T23:06:37.000Z (about 4 years ago)
- Last Synced: 2024-05-18T02:04:18.375Z (6 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - golang-projects
README
# Go Projects
This is a repo on various small to medium size projects that I created while learning Go
## Table of Contents
* [Quiz Game](#quiz-game)
* [URL Shortener/Redirector](#url-shortener)## Quiz Game
This project is a very simple quiz game. The program will read in a set of problems/answers from a csv file that can be specified (defaulted to problems.csv), it will then go through and ask the user the questions on a time limit that can also be specified (defaulted to 30s)## URL Shortener
This project is a very simple URL redirector that will take in the path inserted on the url and redirect it according to created maps/yaml in the program using the http handlers