wrong grammar: should never been --> should have never been
This commit is contained in:
parent
48182db8cc
commit
cbee9e5050
2
run.go
2
run.go
|
@ -21,7 +21,7 @@ func init() {
|
||||||
if err := factory.StartInitialization(); err != nil {
|
if err := factory.StartInitialization(); err != nil {
|
||||||
fatal(err)
|
fatal(err)
|
||||||
}
|
}
|
||||||
panic("--this line should never been executed, congratulations--")
|
panic("--this line should have never been executed, congratulations--")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue