// 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
)
