package main
import (
"os"
"github.com/clok/kemba"
)
var (
k = kemba.New("human")
)
type engineer struct {
name string
email string
motto string
languages []string
tools []string
favorites []string
}
func main() {
_ = os.Setenv("DEBUG", "human")
derek := engineer{
name: "Derek Smith",
email: "derek@clokwork.net",
motto: "I can do this all day.",
languages: []string{"go", "node", "javascript", "typescript", "python", "ruby", "perl", "bash"},
tools: []string{"docker", "kubernetes", "aws", "gcp"},
favorites: []string{"hapi", "debug", "lodash", "husky", "urfave/cli", "git-chglog", "jedib0t/go-pretty", "r3labs/diff"},
}
k.Log(derek)
_ = os.Setenv("DEBUG", "")
}
👾
I can do this all day.
Husband, father, engineer. Passionate about the craft, quality and Open-Source.
- Austin, TX
- https://clok.sh
- @cloksmith
Highlights
- Pro
Pinned Loading
-
-
GoodwayGroup/gwsm
GoodwayGroup/gwsm PublicKubernetes ConfigMaps + https://github.com/cyberark/summon + AWS Secrets Manager
Go 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.