aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
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
+}