https://github.com/yokesharun/learn-golang
go programming language tutorial
https://github.com/yokesharun/learn-golang
go golang programming-tutorial training tutorial
Last synced: about 1 year ago
JSON representation
go programming language tutorial
- Host: GitHub
- URL: https://github.com/yokesharun/learn-golang
- Owner: yokesharun
- License: mit
- Created: 2018-04-11T20:02:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T08:26:54.000Z (about 8 years ago)
- Last Synced: 2025-02-16T11:28:27.018Z (over 1 year ago)
- Topics: go, golang, programming-tutorial, training, tutorial
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn GoLang Easily
Go programming language tutorial
To run a Go file
```
go run hello-world.go
```
the command run will compile and execute the code immediately
To Build a Go file
```
go build hello-world.go
```
the command build will compile the code and creates a executable file with the same file name
To execute the compiled file
```
/.hello-world
```
## About
This GoLang Tutorial is developed and maintained by [Arun Yokesh](https://www.facebook.com/ayokesh).
Contributions are appreciated!
Thanks! 🙌