dmitri.shuralyov.com/text/kebabcase/...

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 0797b6dc7302931c214a24d1b0ebe057c31d6747
Collapse all
go.mod
@@ -0,0 +1,1 @@
module dmitri.shuralyov.com/text/kebabcase