mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 19:52:03 -08:00
6 lines
43 B
Go
6 lines
43 B
Go
|
package ast
|
||
|
|
||
|
const (
|
||
|
nullRep = "<null>"
|
||
|
)
|