mirror of
https://github.com/42wim/matterbridge.git
synced 2025-01-26 03:54:18 +01:00
6 lines
43 B
Go
6 lines
43 B
Go
|
package ast
|
||
|
|
||
|
const (
|
||
|
nullRep = "<null>"
|
||
|
)
|