Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mawuku/example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go example project

Go Reference

This repository is a fork of the basic Golang example repo, trimmed down to contain a single example.

Build the project

$ cd hello
$ go build

A simple application that takes a command line argument, and then returns it to you in a string:

$ chmod +x hello/hello
$ ./hello/hello John Doe

The above will return 'Hello, John Doe!'

About

Go example projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%