Danger casting

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" ) func main() { var smth interface{} if _, ok := smth.Value.(int); !ok { fmt.Println("Works as expected!") } }
Editor Settings
Theme
Key bindings
Full width
Lines