Skip to content

jo824/using-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

What is this project?

This project is provided as supplementary material to this blog post. The post is an aggregation of Go history,specifically, the why of Go. It aims to provide enough context to begin using go with little/no previously knowledge. It covers building an http server using the Go standard library. Building on that we create a service that more closely resembles a production ready microservice.

How to use it

The project exists inside my go path @ $HOME/go/src/using-kit. GOPATH=$HOME/go. GO111MODULE="off". Examples of using the kit-server code.

  • Using Docker.
  • Building a go binary or using the go run command.

With Docker

Building

Running

cleanup

As binary

bin

Go run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published