Results 5 comments of gap892003

One thing I would love to have is the ability to download the latest root cert from the web UI, if I am running mastermind in a docker container or...

@heyitsanthony this removes any imports that are only specifically used in gofail part of the code. When I ran gofail with package unused in my file it was unable to...

@heyitsanthony sure ! ``` package sompackage import ( "fmt" ) func DoSomething() { fmt.Println("returning") // gofail: var Startcrash int // os.Exit(1) } ``` for above code after gofail enable sompackage/...

@heyitsanthony but what about other packages. Like if I want to use strings.Compare? Do you recommend wiring wrapper functions for those also? what if we want to use that in...

@heyitsanthony excellent point! And also agree that failpoint shouldn't have much code. But I can easily see use cases where we want to fail based on certain property of the...