Skip to content
View yagikota's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
Block or Report

Block or report yagikota

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

๐Ÿฅณ About Me

package profile 

type Profile struct {
	Name     string
	Twitter  string
	FaceBook string
	LinkdIn  string
	Wantedly string
}

func NewProfile() Profile {
	return Profile{
		Name:     "Kota Yagi",
		Twitter:  "https://twitter.com/88888888_kota",
		FaceBook: "https://www.facebook.com/yagikota888",
		LinkdIn:  "https://www.linkedin.com/in/yagikota",
		Wantedly: "https://www.wantedly.com/id/kouta_yagi_b",
	}
}

๐Ÿคช Status

Top LangsWantedly_Mark_LightBG

trophy

๐Ÿ›  Skills

used in practice

My Skills

My Skills

My Skills

My Skills

others

My Skills

๐Ÿ“ Blog

Pinned

  1. yagikota yagikota Public

    My personal repository

  2. clean-architecture-with-go clean-architecture-with-go Public

    This is a sample API built by Go(Echo) and SQLBoiler according to Clean Architecture.

    Go 31 5

  3. curriculum-vitae curriculum-vitae Public

    This is my curriculum vitae.

  4. docker-https-with-self-CA docker-https-with-self-CA Public

    docker-https-with-self-CA enables https communication between client and server.

    Go 1