Skip to content
View pallat's full-sized avatar

Organizations

@gophernment

Block or report pallat

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
pallat/README.md

Hello, I'm Pallat!๐Ÿ‘‹

  • ๐—œ ๐—ฎ๐—บ ๐—ฎ ๐—ฝ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ฒ๐—ฟ ๐—ถ๐—ป Thailand
  • ๐—œ โค๏ธ Go ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด!

Pallat's github stats Top Langs

type aboutMe struct {
  pronouns   []string
  languages  []string
  hobbies    []string
  funFact    string
}

func main() {
  pallat := aboutMe {
    pronouns: ["He", "Him"],
    languages: ["Go", "Go", "Go", "JavaScript"],
    hobbies: ["Reading", "Watching", "Coding"],
    funFact: "The Sunrise is in the East",
  }
  
  fmt.Printf("Pronouns: %v\n", pallat.pronouns)
  fmt.Printf("Languages I Know: %v\n", pallat.languages)
  fmt.Printf("My Hobbies: %v\n", pallat.hobbies)
  fmt.Printf("Fun Fact: %s\n", pallat.funFact)
}

my contributions

my article

Pinned Loading

  1. queue queue Public

    queue management

    Go 14 2

  2. gophernment/egg gophernment/egg Public

    Go

  3. golang/tour golang/tour Public

    [mirror] A Tour of Go

    Go 1.5k 519