Skip to content

Ryouku/100DaysOfCode

Repository files navigation

Go Report Card

100DaysOfCode

Inspiration by 100 days of code / Alexander Kallaway.

Motivation

  • To learn new programming language Google GoLang
  • To explore it in a context of my current company's needs (if possible)
  • To shift thinking and problem solving in different way
  • To share my experience with others

Background

  • 10+ years of PHP and WEB development
  • 2+ years on Kubernetes
  • 2+ years on Docker
  • Cisco CCNA courses
  • 6+ years on Oracle PL/SQL development

Twitter

#100DaysOfCode

Go environment used

$ go version go version go1.9.2 darwin/amd64

$ go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/xxx/go" GORACE="" GOROOT="/usr/local/Cellar/go/1.9.2/libexec" GOTOOLDIR="/usr/local/Cellar/go/1.9.2/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build802939773=/tmp/go-build -gno-record-gcc-switches -fno-common" CXX="clang++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config"