package main
type Me struct {
Name string
Job string
Code string
Skills string
}
func main() {
me := &Me{
Name: "aloababa",
Job: "Software Engineer",
Code: "Go, Python and others",
Skills: "Linux systems, monitoring..."
}
_ = me
}
Popular repositories Loading
-
-
youtube-dl
youtube-dl PublicForked from KaratekHD/youtube-dl
A copyright-respecting fork of youtube-dl
Python
-
-
zapod
zapod PublicForked from jonathanmarsaud/zapod
Automatic download of the APOD (Astronomy Picture Of the Day from NASA) and permits to set it as a wallpaper and lockscreen
Kotlin
-
hllogger
hllogger PublicForked from hekmon/hllogger
Enhances the golang default logger with syslog inspired facilities and systemd-journald automatic integration
Go
-
grafana-api-golang-client
grafana-api-golang-client PublicForked from grafana/grafana-api-golang-client
Grafana HTTP API Client for Go
Go
If the problem persists, check the GitHub status page or contact support.