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

Organizations

@pion

Block or report songjiayang

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 Loading

  1. prometheus_practice prometheus_practice Public

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

    HTML 669 207

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

    A HTTP log exporter for prometheus metrics.

    Go 88 21

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

    go 零基础编程入门教程

    55 17

  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