Skip to content

kyawmyintthein/golangRestfulAPISample

Repository files navigation

Golang RestfulAPI Sample

Build Status

Contents

SETUP

export GOPATH=/Users/{{name}}/your_folder_path
export PATH=$PATH:$GOPATH/bin
  • Form dir structure according to your project repo
cd $GOPATH
mkdir -p src/github.com/kyawmyintthein
  • Go to created dir and clone the project
cd src/github.com/kyawmyintthein
git clone git@github.com/kyawmyintthein/golangRestfulAPISample.git
  • Go inside the project and create log file
cd golangRestfulAPISample
mkdir -p log/rest_api.log

Releases

No releases published

Packages

No packages published

Languages