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