diff options
author | Teddy Wing | 2023-05-18 21:31:58 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-18 21:31:58 +0200 |
commit | 5fd2ef0221f0737127f524554a872e118b178416 (patch) | |
tree | f7ed26650c98c83f93846177f8da22093bde7144 /go.mod | |
parent | b8fde7555016618d1a9a4625c24af537e09de103 (diff) | |
download | godefererr-5fd2ef0221f0737127f524554a872e118b178416.tar.bz2 |
Ideas for an analyser for returning errors from defer
Still working out how to traverse the AST to be able to see the objects
I need.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module gopkg.teddywing.com/defererr + +go 1.20 + +require golang.org/x/tools v0.9.1 + +require ( + golang.org/x/mod v0.10.0 // indirect + golang.org/x/sys v0.8.0 // indirect +) |