dgraph
dgraph copied to clipboard
Is posting/config.go a deprecated file?
It seems that posting/config.go is a deprecated file, because:
- There's only the definition of struct
Options
andvar Config Options
in this file. - The only instance of
Options
is theConfig
variable in this file. - The
Config
is only referenced in this and this testing initialization, which makes no effect.
So should we remove this file and its references? Or just reserve it for compatibility?