mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-03-16 07:12:34 +00:00
6 lines
43 B
Go
6 lines
43 B
Go
![]() |
package ast
|
||
|
|
||
|
const (
|
||
|
nullRep = "<null>"
|
||
|
)
|