aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2020-06-09 10:20:19 -0700
committerSasha Smundak <asmundak@google.com>2020-06-09 10:32:50 -0700
commit1ea8835d09a3ac3f7ce66367848dcf2444619882 (patch)
tree58f4f974df5ebdb73bd0aa992754d5de19affb51 /METADATA
parent693d56c4b56ce9ebec79e8236f1080f6b70d5021 (diff)
parent23a2b5646fe0b6a0b4b19b6ef0b0965b182f2e83 (diff)
downloadgo-cmp-1ea8835d09a3ac3f7ce66367848dcf2444619882.tar.gz
Merge sso://github/google/go-cmp, add mandatory files
Bug: 158031244 Test: N/A Change-Id: I8e167532c7385baefd19f1310cbb760664cb17ba
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..58d714f
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "go-cmp"
+description:
+ "This package is intended to be a more powerful and safer alternative to "
+ "reflect.DeepEqual for comparing whether two values are semantically equal."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/google/go-cmp"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/google/go-cmp.git"
+ }
+ version: "v0.4.1"
+ last_upgrade_date { year: 2020 month: 5 day: 14 }
+ license_type: NOTICE
+}