Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Kevin Yuan

Kevin Yuan

Kevin Yuan has asked 3 questions and find answers to 1 problems.

Stats

26
EtPoint
1
Vote count
3
questions
1
answers

About

fmt.Println(struct {
    Name       string
    Location   string
    Profession []string
}{
    Name:       "Kevin Yuan",
    Location:   "Dalian, China",
    Profession: []string{"Android Dev", "Java", "C", "C++", "Web Dev"}})