Attention is currently required from: Iru Cai. Hello Iru Cai,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/51175
to review the following change.
Change subject: autoport: add a go.mod file ......................................................................
autoport: add a go.mod file
Go 1.16 needs this when running `go build`.
Change-Id: I9dcb134a68b7a726f1466a472a415c9558f60524 Signed-off-by: Iru Cai mytbk920423@gmail.com --- A util/autoport/go.mod 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/51175/1
diff --git a/util/autoport/go.mod b/util/autoport/go.mod new file mode 100644 index 0000000..55a89cc --- /dev/null +++ b/util/autoport/go.mod @@ -0,0 +1 @@ +module autoport