-
otm
otm
Command line parameters, environment variables, and configuration files are common ways to change the behavior of software. However, sometimes that is just not enough and an embedded language can ...
-
Embedding Lua in Go · otm
Running Lua Code in Go
First lets set up the environment and test that it works, start by install gopher-lua:
go get github.com/yuin/gopher-lua
Secondly let’s create a minimal implementation:
packag...
-
Blade · otm
go get github.com/otm/blade
go install github.com/otm/blade
Bash Completion
The -generate-bash-conf option outputs the bash completion configuration to stdout. Either manually copy it or you can for ...
-
Dynaconf · otm
Render a template with additional environment variables
varsion="1.2.3" dynaconf -template ./examples/cfg.template:/tmp/cfg.json -param name=john
Render a template and validate output
dynaconf -templ...
-
sshauth · otm
sshauth
Build
Configuration
Create a S3 bucket. The path used will be
bucket/key/username, and ssh public
keys should be added there. Note, that key is optional.
Important: only...
-
Blogs · otm
heeding the code
Posts[1]
About [2]
Code:
Blade [3]
Dynaconf [4]
sshauth [...