dnscrypt-proxy/vendor/github.com/gostaticanalysis/forcetypeassert
Frank Denis 8e913d8bf9 Udate deps 2021-09-24 09:30:49 +02:00
..
.reviewdog.yml Update deps 2021-07-03 10:56:53 +02:00
LICENSE Update deps 2021-07-03 10:56:53 +02:00
README.md Update deps 2021-07-03 10:56:53 +02:00
forcetypeassert.go Update deps 2021-07-03 10:56:53 +02:00

README.md

forcetypeassert

godoc.org

forcetypeassert finds type assertions which did forcely such as below.

func f() {
	var a interface{}
	_ = a.(int) // type assertion must be checked
}