lsd 0.13.0

An ls command with a lot of pretty colors and some other stuff.
{
	"Disable": [
		"dupl",
		"golint",
		"gocyclo"
	],
	"Enable": [
		"structcheck",
		"maligned",
		"deadcode",
		"ineffassign",
		"gotype",
		"goimports",
		"errcheck",
		"varcheck",
		"interfacer",
		"goconst",
		"unparam",
		"megacheck",
		"misspell",
		"gas",
		"safesql"
	],
	"LineLength": 120,
	"Vendor": true
}