Reduced token size
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// NewFunction creates a new function.
|
||||
func NewFunction(name string, file *fs.File, body token.List) *Function {
|
||||
func NewFunction(name string, file *fs.File, body []token.Token) *Function {
|
||||
return &Function{
|
||||
Name: name,
|
||||
File: file,
|
||||
|
Reference in New Issue
Block a user