Skip to content

husnifirmansyah/gosample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Go app

Getting started

  1. Clone this repo using git clone https://github.com/tokopedia/gosample.git <your-project-name>.

  2. cd to and delete the existing git repository by running rm -rf .git.

  3. Initialize a new git repository with git init, git add . and git commit -m "Initial commit".

  4. Run go get to install the dependencies.

  5. Run go build and then ./ to start the local web server.

  6. Go to http://localhost:9000 and you should see the app running!

About

Sample Golang Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.6%
  • DIGITAL Command Language 10.7%
  • Shell 1.7%