mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-14 05:00:27 +00:00
6 lines
43 B
Go
6 lines
43 B
Go
|
package ast
|
||
|
|
||
|
const (
|
||
|
nullRep = "<null>"
|
||
|
)
|