Skip to content
View qiuyuyin's full-sized avatar
🤯
outside
🤯
outside
  • Huazhong University of Science and Tech
  • Wuhan China
  • 04:09 (UTC +08:00)

Organizations

@hego-team

Block or report qiuyuyin

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
qiuyuyin/readme.md

This is yili 👋

package main
import "fmt"

type yili struct {
    university string
    hobbies []string
    blog string
}
func(me *yili) yili(str string) {
    me.university = "Huazhong University of Science and Tech"
    me.hobbies = [...]{"coding💻", "basketball🏀", "anime🙈", "games🎮"}
    me.blog = "https://www.yili.fit"
    fmt.Println(str)
}
func main() {
    go yili("go back to study!")
}

🌝Tags

Gopher / All stacker / Rustacean / Vuer / Java quiter / Blog writer / Gamer

🔗Links

Pinned Loading

  1. graduation-project graduation-project Public

    qiuyuyin' s graduation project

    C++ 2

  2. hegosearch hegosearch Public

    hegosearch⌛️ a simple search engine

    Go 1

  3. tinykv tinykv Public

    Forked from talent-plan/tinykv

    A course to build distributed key-value service based on TiKV model

    Go

  4. hertz-contrib/registry hertz-contrib/registry Public

    The service registration & discovery extensions for Hertz

    Go 26 37