Skip to content

lewinp/lewinp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winns

package main
import (
	"fmt"
)
type Bio map[string]interface{}
func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}
func GetBio() Bio {
	return Bio{
		"- Quick bio                        ": "Tech, RPG Game",
		"- I'm currently working on         ": "Laravel",
		"- I'm currently learning           ": []string{"Typescript", "VueJs" "NextJs"},
		"- Languages                        ": []string{"PHP", "Typescript", "Javascript", "Go"},
	}
}

Lewin
Web Developer


I'm currently self-learning Back-end & Front-end Programming! Feel free to reach me on Email and Twitter

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages