package main
import "fmt"
// I is about me
type I struct {
am string
love []string
workWith []string
aspire string
}
func main() {
me := I{
am: "Naren Arya",
love: []string{"Software", "Books", "Travel"},
workWith: []string{"Python", "Go", "AWS", "DevOps", "Developer Experience"},
aspire: "To make this world a better and safe place with technology",
}
fmt.Println(me)
}
๐
Dreaming Big
A Senior Engineer with expertise in Python and Go. Authored an API cook book https://goo.gl/ZJoQm1
- San Francisco
- https://narenarya.dev
- @Narenarya3
Pinned Loading
-
PacktPublishing/Hands-On-Restful-Web-services-with-Go
PacktPublishing/Hands-On-Restful-Web-services-with-Go PublicHands-On Restful Web services with Go by Packt Publishing
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.