commit | 2107a731b47c9d58e00e17a7f467ded8c80f99d7 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Wed Oct 20 15:08:13 2021 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Wed Oct 20 15:12:07 2021 -0700 |
tree | c0b6a61295906d0baa2966a7a090630ed76c865f | |
parent | d3b594617158ddbf867250cdd39eeb90e9cb1745 [diff] |
Rename cmd/main.go to cmd/canoninja.go So that it can be built and installed with ```` (cd build/make/tools/canoninja && go install cmd/canoninja.go) ``` Bug: 201713929 Test: internal Change-Id: I38133bf26ccfae5ebf8bc3c68bc595b7274576b9
diff --git a/tools/canoninja/cmd/main.go b/tools/canoninja/cmd/canoninja.go similarity index 100% rename from tools/canoninja/cmd/main.go rename to tools/canoninja/cmd/canoninja.go