dll/go.mod
Augusto Dwenger J. 9074ec136e Add Golang module file
With Golang 1.16 is the module-aware mode enabled by default and to work
out of the box it is nessesary to have a module file inside the project.

Refs:
- https://golang.org/doc/go1.16#go-command
2021-04-19 15:54:56 +02:00

4 lines
39 B
Modula-2

module github.com/gsquire/dll
go 1.16