Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 365 Bytes

ComicsApi in Golang

Go

It's example implementation of garfield comic api in Go

It uses PuerkitoBio/goquery for web scraping and Gin-Gonic to serve http requests

To run this project:

cd src
go run .