package me
type Me struct {
Job string
Email string
Learning []string
Interest []string
}
func sdn0303() *Me {
return &Me{
Job: "Software Developer",
Email: "sdn03.tech@gmail.com",
Learning: []string{"Rust", "C#"},
Interest: []string{"IoT", "MR", "wasm", "Blockchain", "ML"},
}
}
Github Stats | Top Lang | Productive Time |
---|---|---|