Git Product home page Git Product logo
func main() {
	profile := `
Hi there 👋
Thanks for visiting my GitHub profile, it's great to meet you here! 😊

Here are some quick things about me:
`
	fmt.Println(profile)
	
	me := map[string]string{
		"name":    "songjiayang",
		"job":     "Software Engineer",
		"company": "OPPO",
	}
	for k, v := range me {
		fmt.Printf("- %s: %s \n", k, v)
	}

}

songjiayang's Projects

advanced-go-programming-book icon advanced-go-programming-book

:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)

airsecure icon airsecure

Decentralized 2 factor authentication app built on Textile & IPFS

awesome icon awesome

😎 Awesome lists about all kinds of interesting topics

awesome-go-china icon awesome-go-china

A curated list of awesome Go frameworks, libraries and software written by Ethnic Chinese.

bbolt icon bbolt

An embedded key/value database for Go.

bild icon bild

Image processing algorithms in pure Go

bimg icon bimg

Go package for fast high-level image processing powered by libvips C library

brig icon brig

File synchronization on top of ipfs with git like interface web based UI

bs.idreader icon bs.idreader

在浏览器中通过身份读卡器读取身份证信息。

caddy icon caddy

Fast, cross-platform HTTP/2 web server with automatic HTTPS

chat icon chat

Instant messaging server; backend in Go; iOS, Android, web, command line clients; chatbots

chatwoot icon chatwoot

Open-source live chat software 🔥💬

climits icon climits

A example for memory limit with Linux CGroup in Go.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.