Skip to content

Instantly share code, notes, and snippets.

View Cod3ddy's full-sized avatar
:octocat:
available

Edward Chirwa Cod3ddy

:octocat:
available
View GitHub Profile
@CraigChilds94
CraigChilds94 / color.go
Last active September 13, 2024 06:04
Hex to RGB conversion in Go
package main
import (
"fmt"
"strconv"
)
type Hex string
type RGB struct {
.
├── books
│   ├── handlers.go
│   └── models.go
├── config
│   └── db.go
└── main.go