This commit moves a huge chunk of the code to go. The TODO.md document indicates what is left to be done.
6 lines
83 B
Go
6 lines
83 B
Go
package wisski_distillery
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed LICENSE
|
|
var License string
|