Skip to content
View lewinp's full-sized avatar
🚀
Surabaya Dev
🚀
Surabaya Dev
  • Jakarta, Indonesia

Block or report lewinp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
lewinp/README.md

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

@lewinp's activity is private