feat(aa): make preamble rule classic aa rules.
This commit is contained in:
parent
068373405f
commit
a5c4eab0cf
8 changed files with 81 additions and 74 deletions
|
|
@ -175,6 +175,9 @@ func cjoin(i any) string {
|
|||
}
|
||||
|
||||
func typeOf(i any) string {
|
||||
if i == nil {
|
||||
return ""
|
||||
}
|
||||
return strings.TrimPrefix(reflect.TypeOf(i).String(), "*aa.")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue