commit | c85750bfe3d0ebadc5ef9051603464699c0a09fc | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 21 12:50:51 2022 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jun 22 08:18:33 2023 -0700 |
tree | 4e933d1bc7b26f5283c8a0bc6c2d8b0aac869dbc | |
parent | abcfc77717b9116f0e838d3b56be447330f1b55a [diff] [blame] |
Use generics for DepSets Use Go's generics for DepSets so they don't require a type-specific wrapper and reflection. Test: depsets_test.go Change-Id: I22ba0b7d680d37d2cd05230b0f560d166c4dd20b
diff --git a/go.mod b/go.mod index 4a511c5..0a11bd2 100644 --- a/go.mod +++ b/go.mod
@@ -1,6 +1,6 @@ module android/soong -go 1.19 +go 1.20 require ( github.com/google/blueprint v0.0.0