Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshitij86/gohacktoberfest19
Repository for sample Golang programs, anywhere from basic to intermediate levels, and complete Hacktoberfest challenges
https://github.com/kshitij86/gohacktoberfest19
basics golang goodfirstissue hacktoberfest2019 intermediate
Last synced: about 12 hours ago
JSON representation
Repository for sample Golang programs, anywhere from basic to intermediate levels, and complete Hacktoberfest challenges
- Host: GitHub
- URL: https://github.com/kshitij86/gohacktoberfest19
- Owner: kshitij86
- Created: 2019-10-08T12:55:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T22:30:20.000Z (about 5 years ago)
- Last Synced: 2024-06-19T05:25:42.293Z (5 months ago)
- Topics: basics, golang, goodfirstissue, hacktoberfest2019, intermediate
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goHacktoberfest19
Repository to submit sample Golang programs, anywhere from basic to intermediate levels, and complete the Hacktoberfest challenge for 2019.1. Fork and clone this repo and add your files/changes to the *src* folder.
2. Push changes.
3. Make sure to comment your code. The file name syntax is 'name_of_program.go'.Code for the following topics in the Go language is expected :
* Basic Syntax
* Data Types
* Variables
* Keywords
* Basic Operators
* Decision Making
* Loops
* Arrays
* Strings
* Functions
* File I/Oand any other concepts exclusive to Golang.
## Happy Hacktoberfest !