mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 06:19:31 -06:00
[chore]: Bump github.com/gin-contrib/cors from 1.4.0 to 1.5.0 (#2388)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4e0a5e3f6
commit
66b77acb1c
169 changed files with 173005 additions and 56262 deletions
7
vendor/github.com/chenzhuoyu/iasm/expr/term.go
generated
vendored
Normal file
7
vendor/github.com/chenzhuoyu/iasm/expr/term.go
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package expr
|
||||
|
||||
// Term represents a value that can Evaluate() into an integer.
|
||||
type Term interface {
|
||||
Free()
|
||||
Evaluate() (int64, error)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue