Skip to content
View codedByShoe's full-sized avatar

Block or report codedByShoe

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codedByShoe/README.md
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,
	}
}

Pinned Loading

  1. nvim nvim Public

    Lua

  2. twitter-clone twitter-clone Public

    PHP

  3. dotfiles dotfiles Public

    Shell

  4. LaraSlim LaraSlim Public

    PHP