readium / go-toolkit

A toolkit for ebooks, audiobooks and comics written in Go
https://readium.org/web
BSD 3-Clause "New" or "Revised" License
37 stars 14 forks source link

Migrate to Go Modules #44

Closed jccr closed 4 years ago

jccr commented 4 years ago

I've been looking into using this project for a back-end web-server related project.

It's aged, 3 years+! Happy to see it still compiles and runs.

I began using Go modules to install the dependencies, so here are the files that I'm using.

No comprehensive testing at all except running the 5 test epubs through the serv.HandleFunc("/{filename}/manifest.json", getManifest) handler.