Skip to content

CalCorbin/go-deck-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-deck-builder

Go Deck Builder is a project I created to accomplish two things, learn Golang and create a webserver that builds Magic the Gathering decks.

Table of Contents

Architecture

The Go Deck Builder integrates with the Scryfall API, and uses this tool to build a deck for a user based on their specified parameters.

Local Development

  1. Install Go locally, you can visit the official Go downloads page to do that.
  2. Install golangci-lint: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
    • You can verify the install by running golangci-lint --version

Pull Requests

  1. Before submitting a pull request run golangcli-run lint. Lint checks are run on every pull request and will fail if there are any errors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages