blob: 6e2ea62207f462177d2c0e3622f3ecbe1674add9 [file] [edit]
// 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
)