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"
}
🔐
Working from home
It’s not a bug – it’s an undocumented feature.
- 127.0.0.1
-
16:39
- 9h ahead
Highlights
Pinned Loading
{{ message }}
🔐
Working from home
It’s not a bug – it’s an undocumented feature.
- 127.0.0.1
-
16:39
- 9h ahead
Highlights
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"
}
Pinned Loading
{{ message }}
🔐
Working from home
It’s not a bug – it’s an undocumented feature.
- 127.0.0.1
-
16:39
- 9h ahead
Highlights
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"
}
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.
You can’t perform that action at this time.
You can’t perform that action at this time.