Difference between revisions of "Go.mod file"
From MyWiki
Line 1: | Line 1: | ||
<source lang="go"> | <source lang="go"> | ||
module github.com/plur/gobigpicture | module github.com/plur/gobigpicture | ||
+ | |||
+ | go 1.12 | ||
</source> | </source> |
Revision as of 10:20, 28 March 2022
module github.com/plur/gobigpicture go 1.12