close
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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 13 2

  2. gophernment/egg gophernment/egg Public

    Go

  3. golang/tour golang/tour Public

    [mirror] A Tour of Go

    Go 1.6k 520