Skip to content
View AdiKhoironHasan's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report AdiKhoironHasan

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
AdiKhoironHasan/README.md
package main

import "fmt"

type Profile struct {
	Name         string
	Email        string
	Role         string
	Hobbies      []string
	Databases    []string
	Technologies []string
}

func (p *Profile) sayHi() {
	fmt.Println("Thank you for stopping by, Hope you found something interesting and useful. :)")
}

func main() {
	me := &Profile{
		Name:         "Adi Khoiron Hasan",
		Email:        "adikhoironhasan@gmail.com",
		Role:         "Backend Engineer",
		Hobbies:      []string{"Coding", "Music", "Game"},
		Databases:    []string{"MySQL", "PostgreSQL", "Redis", "MongoDB"},
		Technologies: []string{"Golang", "Laravel", "Docker", "gRPC", "RabbitMq"},
	}

	me.sayHi()
}

Pinned Loading

  1. bookservices-api-gateway bookservices-api-gateway Public

    Go 1

  2. go-simple-template go-simple-template Public

    go-simple-template

    Go