package main
import "fmt"
type Person struct {
Name string
Pronouns []string
}
func (p *Person) Greet() string {
return fmt.Sprintf("Hello! I'm %s.", p.Name)
}
func main() {
me := &Person{
Name: "chonla",
Pronouns: []string{"he", "him", "his"},
}
fmt.Println(me.Greet())
}
- Wardley Map
- Sign in with Google บน Rails
- Product Ownership
- เมื่อ User requirement ไม่ได้มีความสำคัญ
- เข้าใจกันอย่างโรแมนติก และจากกันไปอย่างคลาสสิก
- Values, Logics และ Facts
- แค่เพียงลองโอบกอดเงาของเราเอง
- ความเชื่อใจ (Trust)
- ฉันมีตัวตนในสายตาเธอบ้างไหม
- Intersectionality
I have created many public repositories. These are some of them.
Name | Description |
---|---|
cotton | Markdown Test Specification Runner |
thai-address | Yet Another Thai Address Package |
thai-address-builder | A script to build thai address data for thai address npm package. |
cellwalker | Excel Cell Name Traversal for Go |
thai-financial-instiutions-holiday | Up-to-date Thai Financial Institutions Holiday |
csv2img | Create CSV Table Image |