Skip to content

chonla/chonla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages