mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-02-18 23:09:15 +00:00
6 lines
43 B
Go
6 lines
43 B
Go
![]() |
package ast
|
||
|
|
||
|
const (
|
||
|
nullRep = "<null>"
|
||
|
)
|