Skip to content
View chonla's full-sized avatar

Block or report chonla

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chonla/README.md

Hello folks!

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())
}

Blogs

Pinned repositories

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

See more.

Holopin badges

An image of @chonla's Holopin badges, which is a link to view their full Holopin profile

Codewars badge

An image of chonla's codewars badge.

Pinned Loading

  1. cotton cotton Public

    Markdown Test Specification Runner

    Go 51 17

  2. thai-address thai-address Public

    Yet Another Thai Address Package

    TypeScript 2

  3. thai-address-builder thai-address-builder Public

    A script to build thai address data for thai address npm package.

    Python

  4. cellwalker cellwalker Public

    Excel Cell Name Traversal for Go

    Go 3

  5. thai-financial-instiutions-holiday thai-financial-instiutions-holiday Public

    Up-to-date Thai Financial Institutions Holiday

    Python 1

  6. csv2img csv2img Public

    Create CSV Table Image

    TypeScript 1