https://github.com/monte9/helloworld-go
Hello world program in Go(lang)
https://github.com/monte9/helloworld-go
Last synced: 12 days ago
JSON representation
Hello world program in Go(lang)
- Host: GitHub
- URL: https://github.com/monte9/helloworld-go
- Owner: Monte9
- Created: 2016-09-03T06:58:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T21:59:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T00:26:49.209Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello world in Go(lang)
This is my first Hello World program in Go.
# Motivation
Over the past few months, I have heard a few good things about Go although I didn't really have a reason to get myself to learn it as I was busy working on other projects.
Last week, I co-incidentally met [@shurcooL](https://github.com/shurcool/), who was kind enough to talk to me about his experience working with Go and also answered some of the questions I had about learning new languages and such. After speaking with him, I decided to give Go a shot.
# Getting Started
Go has really concise and well written documentation. Here is a great link to setting up and writing your first Hello World program in Go.
https://golang.org/doc/code.html#Workspaces
# Future work
I plan to build a backend API for my iOS app (Trump Or False) in Go. It is currently written in rails and I think it would be a good way to learn and get myself more involved with Go by writing a similar API in Go.
Let the adventure begin!