Go to file
Marcus Noble 38e0d61a5b Use env vars 2020-10-17 20:55:05 +01:00
cmd Use env vars 2020-10-17 20:55:05 +01:00
internal Use env vars 2020-10-17 20:55:05 +01:00
views Lazy load items 2020-10-17 20:52:23 +01:00
.dockerignore Initial commit 2020-10-17 14:30:30 +01:00
.gitignore Initial commit 2020-10-17 14:30:30 +01:00
LICENSE Initial commit 2020-10-17 14:30:30 +01:00
Makefile Initial commit 2020-10-17 14:30:30 +01:00
README.md Initial commit 2020-10-17 14:30:30 +01:00
go.mod Initial commit 2020-10-17 14:30:30 +01:00
go.sum Initial commit 2020-10-17 14:30:30 +01:00
main.go Use env vars 2020-10-17 20:55:05 +01:00

README.md

Gopherss

RSS reader written in Go

Features

Install


Building from source

With Docker:

make docker-build

Standalone:

make build

Resources

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛

License

See LICENSE