https://github.com/jzelinskie/conventions
documentation package for Go conventions
https://github.com/jzelinskie/conventions
conventions example go
Last synced: 10 months ago
JSON representation
documentation package for Go conventions
- Host: GitHub
- URL: https://github.com/jzelinskie/conventions
- Owner: jzelinskie
- License: other
- Created: 2014-06-25T00:29:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T09:01:38.000Z (over 11 years ago)
- Last Synced: 2024-10-13T06:11:09.519Z (over 1 year ago)
- Topics: conventions, example, go
- Language: Go
- Homepage:
- Size: 272 KB
- Stars: 98
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conventions
Learning the syntax and semantics of a language is only the first step for new
developer. The second step is learning about the language ecosystem.
Conventions is an example Go package that is loaded with documentation
specifically targeting new developers that have done the Go Tour and have
read the documentation on the "go" binary, but want to know more about writing
packages and software.