GPU Comparator
Compares recent (07.2022) GPUs in performance and price (German market)
Besides giving me insight on GPUs, this project should give me a chance to dive a bit into Golang.
Run application
- Install Go
- Clone this repository
- Run
go run ./cmd/gpu-comparator
GPU Data Sources
Go Resources
- Golang
- Standard Go Project Layout
- Staticcheck for linting