kubernetes-up-and-running / kuard

Demo app for Kubernetes Up and Running book
Apache License 2.0
1.56k stars 535 forks source link

Fix import paths + Fix README for additional go binary requirement #6

Closed AgrimPrasad closed 6 years ago

AgrimPrasad commented 6 years ago

This fixes #2

Change import paths across go files from github.com/jbeda/kaurd to github.com/kubernetes-up-and-running/kuard

Also, during development environment setup, it was found that this repo depends upon the go command line tool go-bindata being present. So, instructions have been added to README.md on how to install this tool.

The go server was started successfully on localhost:8081 as part of the verification of this code change.

jbeda commented 6 years ago

Awesome! Thanks for fixing this.