Categorygithub.com/timiskhakov/podfinder
repository
0.0.0-20241014064620-5109ab670d18
Repository: https://github.com/timiskhakov/podfinder.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

podfinder

Requirements

Running Tests

mockgen -source=./app/itunes/httpclient.go -destination=./app/itunes/mock/mock_httpclient.go -package=mock
go test -v ./...

Running Linter

golangci-lint run

Running Application

Locally:

go run ./app

In a Docker container:

docker-compose up --build