Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/O

and any other concepts exclusive to Golang.

## Happy Hacktoberfest !