// main about me packagepackage main
import (
"fmt""universe/earth"
)
// main make about me appears to the worldfuncmain() {
aboutMe:= earth.Geek{
Name: "Anthonius",
NickName: "toni",
Hobby: "coding, piano, movies",
Language: earth.LanguageLevel{
NativeTongue: "go, php, typescript",
Limited: "c/c++, python",
Brewing: "rust",
},
Occupation: "Freelancer",
Framework: "too many framework i can working with :-)",
Email: "me at itstoni dot com",
Website: "https://itstoni.com",
Logs: "https://kilip.github.io/coding-logs",
CoolProjects: "please checkout my github pinned repositories.",
}
PrintToTheWorld(aboutMe)
}
// PrintToTheWorld ask compiler to print to the world about mefuncPrintToTheWorld(aboutMe earth.Geek){
fmt.Printf("Hello World: %+v", aboutMe)
}Pinned Loading
- zeus
zeus Publicmy workstation by using ansible as IAC
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.
Uh oh!
There was an error while loading. Please reload this page.



