cosmetics: readability

Note go.mod file changes go version to 1.18 (for generics)
You might need to refresh/reload your IDE (e.g. IntelliJ)

Bug: N/A
Test: manually verified (e.g. ran `m nothing` successfully)
Change-Id: I2a6dadd673fd170961d1fd1e1756f7581e9a1091
This commit is contained in:
Usta Shrestha
2022-05-27 17:40:21 -04:00
parent ced67ded0b
commit 6298cc5e67
2 changed files with 48 additions and 44 deletions

2
go.mod
View File

@@ -16,4 +16,4 @@ replace github.com/google/go-cmp v0.5.5 => ../../external/go-cmp
// Indirect dep from go-cmp
exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go 1.15
go 1.18