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
Optionsandvar Config Optionsin this file. - The only instance of
Optionsis theConfigvariable in this file. - The
Configis 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?