Skip to content
View chonla's full-sized avatar

Block or report chonla

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

Pinned Loading

  1. cotton cotton Public

    Markdown Test Specification Runner

    Go 49 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 2

  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