update project links to Go pkg site
This commit is contained in:
parent
968a04b9d1
commit
df4a5bf916
1 changed files with 5 additions and 5 deletions
10
data/data.go
10
data/data.go
|
|
@ -29,7 +29,7 @@ func GetPageData() Page {
|
||||||
Repo: "https://git.juancwu.dev/juancwu/splinter",
|
Repo: "https://git.juancwu.dev/juancwu/splinter",
|
||||||
Classes: "border-zinc-600 hover:border-pink-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/splinter", TechClasses: ""},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -39,7 +39,7 @@ func GetPageData() Page {
|
||||||
Repo: "https://git.juancwu.dev/juancwu/errx",
|
Repo: "https://git.juancwu.dev/juancwu/errx",
|
||||||
Classes: "border-zinc-600 hover:border-pink-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/errx", TechClasses: ""},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -49,7 +49,7 @@ func GetPageData() Page {
|
||||||
Repo: "https://git.juancwu.dev/juancwu/cubby",
|
Repo: "https://git.juancwu.dev/juancwu/cubby",
|
||||||
Classes: "border-zinc-600 hover:border-pink-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/cubby", TechClasses: ""},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -59,7 +59,7 @@ func GetPageData() Page {
|
||||||
Repo: "https://git.juancwu.dev/juancwu/ficha",
|
Repo: "https://git.juancwu.dev/juancwu/ficha",
|
||||||
Classes: "border-zinc-600 hover:border-pink-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/ficha", TechClasses: ""},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -69,7 +69,7 @@ func GetPageData() Page {
|
||||||
Repo: "https://git.juancwu.dev/juancwu/lightmux",
|
Repo: "https://git.juancwu.dev/juancwu/lightmux",
|
||||||
Classes: "border-zinc-600 hover:border-pink-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/lightmux", TechClasses: ""},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue