Software Enginner in The Netherlands
package gogbog
type About struct{}
func (a *About) GetWorkspace() map[string]interface{} {
return map[string]interface{}{
"workplace": map[string]interface{}{
"company": "Freelancer",
"position": "Devops Engineer",
},
}
}
func (a *About) Knowledge() []string {
return []string{
"Golang",
"Laravel",
"Java",
"AWS",
"Linux"
"i3"
"Vim"
}
}