Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 452 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 452 Bytes

Contributing

Getting Started

  1. Install asdf
  2. Install the asdf Go plugin
asdf plugin add golang https://github.com/kennyp/asdf-golang.git # Visit that repository to see installation prerequisites
  1. Run asdf install to install the version of Go specified in the .tool-versions file

Running tests

go test ./knock

Building

go build ./knock

Formatting

go fmt ./knock