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