github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/singletons/config/delete.go (about)

     1  package config
     2  
     3  // Used in tests for clearing the current config seer
     4  func SetConfigNil() {
     5  	_config = nil
     6  }