| .. | |||||
| comments.go.mod | |||||
| comments_deps.go.mod | |||||
| default.go.mod | |||||
| missing_module.go.mod |
// first-line comment which should bresk anything module example.com/user/project // end-line comment which should not break anything go 1.13 require ( github.com/mailru/easyjson v0.7.0 )
| .. | |||||
| comments.go.mod | |||||
| comments_deps.go.mod | |||||
| default.go.mod | |||||
| missing_module.go.mod |