Skip to content
View Seelly's full-sized avatar

Block or report Seelly

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

Hi there 👋

🔧 Most Used Developing Tools&Platforms

🌟 My skills

🌱 Next Plans

package main

import (
	"fmt"
)

type Seelly map[string]string

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

func GetSeelly() Seelly {
	return Bio{
		"- 🌱 I’m currently learning":        "Golang, MongoDB, RabbitMQ, mivlus,LLM,Docker",
		"- 👯 I’m looking to collaborate on": "Python, Golang and Docker related projects",
		"- 🤔 I’m looking for help with":     "Anything related to what I am currently learning 😅"
	}
}

Popular repositories Loading

  1. gorm-oracle gorm-oracle Public

    Pure gorm driver for Oracle

    Go 3

  2. Deep-Learning Deep-Learning Public

    Forked from Jack-Cherish/Deep-Learning

    💻深度学习实战:手写数字识别、Discuz验证码识别、垃圾分类、语义分割

    Python 2

  3. Seelly Seelly Public

  4. go-design-pattern go-design-pattern Public

    Forked from mohuishou/go-design-pattern

    golang design pattern go 设计模式实现,包含 23 种常见的设计模式实现,同时这也是极客时间-设计模式之美 的笔记

    Go

  5. golang-developer-roadmap golang-developer-roadmap Public

    Forked from darius-khll/golang-developer-roadmap

    Roadmap to becoming a Go developer in 2020

  6. geektime-downloader geektime-downloader Public

    Forked from nicoxiang/geektime-downloader

    极客时间课程下载器,支持下载极客时间专栏/视频课/每日一课/大厂实践/训练营视频

    Go