ctdk / goiardi

A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend. Docs: http://goiardi.readthedocs.io/en/latest/index.html
http://goiardi.gl
Apache License 2.0
280 stars 39 forks source link

add go runtime version to --version output #43

Closed theckman closed 9 years ago

theckman commented 9 years ago

With the issues seen with go1.5 and goiardi, it may make sense to include the go runtime version in the --version output.

Apologies for the import craziness, my editor runs goimports and it moves external deps to the bottom.

ctdk commented 9 years ago

You read my mind. I was just thinking about this today.

ctdk commented 9 years ago

No problem with the import craziness, I'll be running go fmt soon enough.

theckman commented 9 years ago

:+1: cheers!