blob: e075028656e2691feccc438337b67de71d875a00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
patch.example.com/depofdirectpatch v1.0.1
written by hand
-- .mod --
module patch.example.com/depofdirectpatch
-- .info --
{"Version":"v1.0.1"}
-- go.mod --
module patch.example.com/depofdirectpatch
-- depofdirectpatch.go --
package depofdirectpatch
|