Support golang

I decided to start writing go code for scripts instead of python. I think this
will be a learning opportunity for me and should increase the integrity of my
scripts by adding some static type checking.
This commit is contained in:
William Carroll 2020-01-31 23:15:01 +00:00
parent 184404d542
commit e8b47d5030
2 changed files with 24 additions and 0 deletions

View file

@ -59,3 +59,4 @@
(require 'wpc-javascript)
(require 'wpc-java)
(require 'wpc-prolog)
(require 'wpc-golang)