Sobes.tech

Golang

package principal import ( "fmt" ) type Foo interface { Foo() } type Bar struct { Message string } func (b Bar) Foo() { fmt.Println(b.Message) } func main() { var b *Bar var f Foo f = b if f != nil { f.Foo() } }

129

Quelle partie de l'entreprise votre équipe gérait-elle ? De quoi était-elle responsable ?

129
/2