I hereby claim:
- I am strickyak on github.
- I am strickyak (https://keybase.io/strickyak) on keybase.
- I have a public key ASCDcXHheKx4blmxHL-J-kcmhpdRl82LBzpRW5kKUXiFHQo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "path/filepath" | |
| ) | |
| func main() { | |
| matches, _ := filepath.Glob("*") | |
| for _, s := range matches { |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| How to simulate classes and virtual methods in Go. | |
| */ | |
| package main | |
| import . "fmt" | |
| type A struct { | |
| // Set My to outermost object (most derived class) after constructing. |