|
|
|
|
|
by fuckstick
1329 days ago
|
|
You are gravely mistaken. MustCompile* if it fails panics at runtime. Go doesn’t have a general purpose compile time execution feature. That’s all Must does - is make runtime panic look nice. * MustCompile if you are unfamiliar - the compile refers to the compilation of the regular expression - which is always done at runtime. |
|