Skip to content
View songjiayang's full-sized avatar
🏃‍♂️
keep going
🏃‍♂️
keep going

Organizations

@pion
Block or Report

Block or report songjiayang

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
songjiayang/README.md
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)
	}

}

Pinned

  1. prometheus_practice prometheus_practice Public

    包括 Prometheus 基础知识,性能优化和大量实战经验。

    HTML 657 200

  2. nginx-log-exporter nginx-log-exporter Public

    A HTTP log exporter for prometheus metrics.

    Go 87 22

  3. go-basic-courses go-basic-courses Public

    go 零基础编程入门教程

    53 21

  4. s3sync s3sync Public

    files auto sync to cloud with S3API

    Go 5 1

  5. cortex cortex Public

    Forked from cortexproject/cortex

    A horizontally scalable, highly available, multi-tenant, long term Prometheus.

    Go