This commit is contained in:
parent
bdb1b9595f
commit
4aa4d613a1
12 changed files with 58 additions and 85 deletions
|
@ -33,7 +33,7 @@ func (v *Parameter) IsConst() bool {
|
|||
return true
|
||||
}
|
||||
|
||||
func (v *Parameter) Debug() string {
|
||||
func (v *Parameter) Debug(expand bool) string {
|
||||
return v.String()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue