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

Organizations

@pion

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 Loading

  1. prometheus_practice Public

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

    HTML 668 205

  2. nginx-log-exporter Public

    A HTTP log exporter for prometheus metrics.

    Go 88 21

  3. go-basic-courses Public

    go 零基础编程入门教程

    55 21

  4. s3sync Public

    files auto sync to cloud with S3API

    Go 5 1

  5. cortex Public

    Forked from cortexproject/cortex

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

    Go

83 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to songjiayang/cog-cluster, ThinkInAIXYZ/go-mcp, songjiayang/deepchat-tools and 15 other repositories
Loading A graph representing songjiayang's contributions from April 21, 2024 to April 25, 2025. The contributions are 84% commits, 9% pull requests, 6% issues, 1% code review.

Contribution activity

April 2025

Created 1 repository

Created a pull request in ThinkInAIXYZ/go-mcp that received 1 comment

some small bugs fix

+2 −2 lines changed 1 comment
Opened 1 other pull request in 1 repository
ThinkInAIXYZ/go-mcp 1 merged
Reviewed 1 pull request in 1 repository
ThinkInAIXYZ/go-mcp 1 pull request

Created an issue in ThinkInAIXYZ/deepchat that received 3 comments

MCP Tools 如何获取上传的图片内容

想添加图生图的功能,但是MCP tool 中无法获取上传的图片 base64 字符串。 效果如下:

3 comments
Opened 3 other issues in 2 repositories
Loading