Set Projectile Project Type to Golang
Memo to myself: to set projectile’s project type to golang, create a
.dir-locals.el
file that looks like this:
((nil . ((projectile-project-type . go)))
Shortcut for editing a projects .dir-locals.el
file: C-c p E
and
select projectile-project-type
.