diff options
author | 2022-04-21 12:50:51 -0700 | |
---|---|---|
committer | 2023-06-22 08:18:33 -0700 | |
commit | c85750bfe3d0ebadc5ef9051603464699c0a09fc (patch) | |
tree | 4e933d1bc7b26f5283c8a0bc6c2d8b0aac869dbc /go.mod | |
parent | abcfc77717b9116f0e838d3b56be447330f1b55a (diff) |
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
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module android/soong -go 1.19 +go 1.20 require ( github.com/google/blueprint v0.0.0 |