dmitri.shuralyov.com/state/...

add minimal go.mod

At this time, the go.mod file specifies only the module path,
and nothing more.

In the future, it can be expanded to specify additional information,
such as the required modules and their versions, and the expected
Go language version. This will be considered after some time passes,
and the long-term implications of doing so are better understood.
dmitshur committed 5 years ago commit 3e69ea2d12181e9de832a6489621165661b71e13
Collapse all
go.mod
@@ -0,0 +1,1 @@
module dmitri.shuralyov.com/state