Skip to content

Commit

Permalink
chore: add go stack
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMissx committed Sep 14, 2023
1 parent 851f425 commit 582b624
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/assets/icons/go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/lib/constants/Stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Css from "$lib/assets/icons/css.svg"
import Docker from "$lib/assets/icons/docker.svg"
import Firbase from "$lib/assets/icons/firebase.svg"
import Git from "$lib/assets/icons/git.svg"
import Go from "$lib/assets/icons/go.svg"
import Html from "$lib/assets/icons/html.svg"
import JavaScript from "$lib/assets/icons/javascript.svg"
import MongoDb from "$lib/assets/icons/mongodb.svg"
Expand All @@ -28,6 +29,11 @@ export const STACKS: Stack[] = [
icon: Python,
url: "https://www.python.org/"
},
{
label: "Go",
icon: Go,
url: "https://go.dev/"
},
{
label: "HTML",
icon: Html,
Expand Down

0 comments on commit 582b624

Please sign in to comment.