https://github.com/timothyl96/urlshort-gophercises
Exercise #2 from Gophercises
https://github.com/timothyl96/urlshort-gophercises
yaml
Last synced: 2 months ago
JSON representation
Exercise #2 from Gophercises
- Host: GitHub
- URL: https://github.com/timothyl96/urlshort-gophercises
- Owner: TimothyL96
- Created: 2019-10-12T16:09:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T17:20:38.000Z (over 6 years ago)
- Last Synced: 2023-09-05T02:49:04.107Z (almost 3 years ago)
- Topics: yaml
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## URL Shortener:
##### Gophercises - Exercise 2
`This is the exercise for Golang from gophercises.com`
---
[](https://golang.org/)
[](https://github.com/ttimt/urlshort-gophercises)

[](https://linkedin.com/in/timothy0707/)
[](https://ci.appveyor.com/project/ttimt/urlshort-gophercises/branch/master)

[](https://goreportcard.com/report/github.com/ttimt/urlshort-gophercises)






---
**What's this**:
- Create a **HTTP handler function** with knowledge of URL shortener/redirect in map format with a default fallback mux
- Then, there's also knowledge in YAML format and has its own HTTP handler function that fallback to the above map handler function