Skip to content

Instantly share code, notes, and snippets.

View MrUPGrade's full-sized avatar
💾
Kubernetes hacking

Jakub Czapliński MrUPGrade

💾
Kubernetes hacking
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mrupgrade on github.
  • I am mrupgrade (https://keybase.io/mrupgrade) on keybase.
  • I have a public key ASDyhrWqYkRg7lfGfXY3ZVgLfUBXmRrJVFX8PHOC2huPlgo

To claim this, I am signing this object:

@MrUPGrade
MrUPGrade / struct_interfaces.go
Last active April 13, 2020 11:01
Interfaces for inner objects in the structure
package main
import "fmt"
type (
Inner struct {
Name string
}
Root struct {