package vishnu
type About struct {}
func (About) getSkills() []string{
return []string{"Javascript", "Typescript", "NodeJS", "Angular", "Vue", "Golang", "Python"}
}
func (About) getTitle() string {
return "Senior Software Engineer"
}
func (About) getFullName() string {
return "Vishnu Sureshkumar"
}
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.