package codedByShoe;
func main() {
LGTM()
}
func LGTM() map[string]interface{} {
developer := struct{
languages []string
technologies []string
yearsExperience int
avaliable bool
}{
languages: []string{"Go", "Python", "C#", "SQL", "PHP", "Lua"},
technologies: []string{"Laravel", "HTMX", "React", "Vue", "InertiaJS"},
yearsExperience: 4,
avaliable: true,
}
return map[string]interface{} {
"Andrew Shoemaker": developer,
}
}
Because turning ideas into code shouldn't be this hard
- Dothan AL
-
12:51
(UTC -06:00) - www.ashoemaker.net
- @codedbyshoe
- in/andrew-shoemaker-825847a6
Pinned Loading
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.


