package main
import (
"fmt"
"github.com/namdevel/namdevel"
)
type Github struct {
username string
contacts map[string]string
alises []string
location string
age string
occupation string
operating_system string
}
func (g *Github) Init() {
g.username = "namdevel"
g.contacts = map[string]string{
"Discord": "namdevel#7503",
"Telegram": "devsprout",
}
g.alises = []string{"namdevel", "HEUSC"}
g.location = "localhost, Indonesia"
g.age = "Undefined"
g.occupation = "Freelance Developer"
g.operating_system = "Windows, Arch, Linux"
}
namdevel
Follow
🔐
Working from home
It’s not a bug – it’s an undocumented feature.
- 127.0.0.1
-
08:17
(UTC +09:00) - https://www.nam.icu
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.