github.com/andrewsun2898/u-root@v6.0.1-0.20200616011413-4b2895c1b815+incompatible/cmds/core/elvish/util/test_utils.go (about)

     1  package util
     2  
     3  func mustOK(err error) {
     4  	if err != nil {
     5  		panic(err)
     6  	}
     7  }