github.com/xyproto/u-root@v6.0.1-0.20200302025726-5528e0c77a3c+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  }