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
-
18:18
(UTC +08:00) - https://songjiayang.github.io
Pinned Loading
-
-
-
-
cortex
cortex PublicForked from cortexproject/cortex
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.