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)
}
}
🏃♂️
keep going
Prometheus 、Thanos、Cortex lover
- NanJing,China
-
01:07
- 8h ahead - https://songjiayang.github.io
Pinned Loading
-
-
-
-
cortex
cortex PublicForked from cortexproject/cortex
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
Go
83 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
Contribution activity
April 2025
Created 11 commits in 3 repositories
Created 1 repository
-
songjiayang/deepchat-tools
Go
This contribution was made on Apr 4
Created a pull request in ThinkInAIXYZ/go-mcp that received 1 comment
Opened 1 other pull request in 1 repository
ThinkInAIXYZ/go-mcp
1
merged
-
add current time mcp server example
This contribution was made on Apr 3
Reviewed 1 pull request in 1 repository
ThinkInAIXYZ/go-mcp
1 pull request
-
Feat/add streamable http
This contribution was made on Apr 23
Created an issue in ThinkInAIXYZ/deepchat that received 3 comments
Opened 3 other issues in 2 repositories
ThinkInAIXYZ/deepchat
1
closed
1
open
-
[Feature] 图片显示宽高支持调整
This contribution was made on Apr 10
-
[Feature]导出内容格式支持可选,比如 jpeg 图片
This contribution was made on Apr 1
ThinkInAIXYZ/go-mcp
1
closed
-
BUG: stdio transport exit quickly and without any error message
This contribution was made on Apr 1