package main
import (
"fmt"
)
type About struct {
Name string
Role string
Pronouns string
Code []string
Social map[string]string
}
func main() {
me := About{
Name: "Jie Ma",
Role: "Software Engineer",
Pronouns: "he/him",
Code: []string{"golang", "php"},
Social: map[string]string{
"twitter": "https://twitter.com/imjma",
"email": "hi@jma.dev",
"www": "https://jma.dev",
"blog": "https://jma.im",
"ins": "https://www.instagram.com/filmape/",
"insfilm": "https://www.instagram.com/negativeso/",
"linkedin": "https://www.linkedin.com/in/jiema/",
},
}
fmt.Println(me)
}
19 contributions in the last year
Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
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
imjma/dotfiles,
DavidTanner/nodecredstash,
imjma/yshen-zmk-sweep
and 2 other
repositories
Loading
Contribution activity
January 2025
imjma has no activity
yet for this period.