Skip to content

Commit

Permalink
fix: stop using the deprecated io/ioutil package
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Aug 22, 2023
1 parent 93c07f5 commit 7d3c86e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ir/predicate.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import (
)

// Predicate models a function invocation with named and positional arguments, corresponding to the syntax:
// tag(a1, a2, ...; n1=v1, n2=v2, ...)
//
// tag(a1, a2, ...; n1=v1, n2=v2, ...)
type Predicate struct {
Tag string
Positional Nodes
Expand Down
3 changes: 2 additions & 1 deletion protocol/pb/smrecord.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d3c86e

Please sign in to comment.