Skip to content
View wang0329's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report wang0329

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
wang0329/README.md

Hi 👋, I'm Java不良人

About me

package main

import (
	"fmt"
)

type Bio map[string]interface{}

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%s: %s\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"Currently learning":        "C++, Java, Go, Qt, MySQL, Redis, Kafka, MongoDB, Elasticsearch",
		"Looking to collaborate on": "C++, Java and Go related projects",
		"Ask me about":              "Anything related to what I am currently learning",
		"The direction of efforts":  "Be an excellent programmer and create many meaningful open source projects",
	}
}

GitHub Analytics

Popular repositories Loading

  1. Docsify-wbj Docsify-wbj Public

    个人博客

    Java 1

  2. gulimall gulimall Public

    谷粒商城学习

    Java 1

  3. study-project study-project Public

    白马项目实战

    Java 1

  4. wang0329 wang0329 Public

  5. chatbot-api chatbot-api Public

    ChatGPT AI 问答助手

    Java

  6. reggie_take_out reggie_take_out Public

    黑马瑞吉外卖

    JavaScript