Skip to content

hackbinghamton/IntroGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Go Workshop

Getting Started

Go, or Golang, is a programming language invented by Google developers in 2007, and released in 2012, making it one of the more modern languages commonly used. It's known for its simplicity, efficiency, and excellent support for concurrency, and is great to learn regardless of current programming knowlege. If you are completely new to Go, we recomend first completing A Tour of Go.

In this workshop, we'll test your understanding of the basics of Go, from its basic syntax to more complex data groups.

Sections

  • BasicMath - Show you understand Go functions with some basic computation.
  • PrintInts - Simply print out a list of numbers, with a small catch.
  • Slices - Create slices of an array following different situations
  • Student - Use pointers to finish creating the Student class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages