unknwon / com

This is an open source project for commonly used functions for the Go programming language.
Apache License 2.0
755 stars 133 forks source link

Must* contrary to usual behaviour #9

Closed djui closed 8 years ago

djui commented 8 years ago

Functions like MustUint8 don't panic which is contrary to the usual behaviour, e.g. in template/text.

unknwon commented 8 years ago

Yeah, you can raise panic by check error from non-Must methods...