Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.1 KB

How to contribute

If you would like to contribute code to this project, fork the repository and send a pull request.

Prerequisite

If you have not installed Go, install it according to the installation instruction. Since the go mod package management tool is used in this project, Go 1.11 or higher version is required.

Fork

Before contributing, you need to fork go-streams to your github repository.

Contribution flow

Code style

The coding style suggested by the Golang community is used in go-streams. For details, refer to style doc.