package main
import "fmt"
type Explorer struct {
Name string
Role string
LanguageSpoken []string
Learning string
FunFact string
}
func (e *Explorer) SayHi() {
fmt.Println("Thanks for dropping by, hope you find some of my work interesting.")
}
func main() {
me := Explorer{
Name: "Gaurav Singh",
Role: "Backend developer in Go and Nodejs",
LanguageSpoken: []string{"hn_In", "en_US"},
Learning: "Server security",
FunFact: "I'm a Stoic",
}
me.SayHi()
}-
Notifications
You must be signed in to change notification settings - Fork 1
EuclidStellar/EuclidStellar
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
Tyler is an abbreviation of Euclid
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published