mirror of
https://github.com/golang/go
synced 2024-11-18 14:24:44 -07:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
|
Written by hand.
|
||
|
Test case for module at root of domain.
|
||
|
|
||
|
-- .mod --
|
||
|
module example.com
|
||
|
-- .info --
|
||
|
{"Version": "v1.0.0"}
|
||
|
-- x.go --
|
||
|
package x
|