package main
import "fmt"
type KadirBelkuyu struct {
Name string
Username string
Location string
Web string
}
func (k KadirBelkuyu) String() string {
return k.Name
}
func main() {
me := KadirBelkuyu{
Name: "Kadir Belkuyu",
Username: "kadirbelkuyu",
Location: "Turkey",
Web: "https://kadirbelkuyu.dev",
}
fmt.Println(me)
}
Working
DevOps Engineer with a passion for building scalable and reliable systems
-
Doğuş Teknoloji
- Turkey
- bento.me/kadirbelkuyu
- @kadirbelkuyu
- kadirbelkuyu
- in/kadirbelkuyu
- https://dev.to/kadirbelkuyu
Highlights
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.