this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: justfile and gitignore

+6
+1
.gitignore
··· 1 + bin/
+5
justfile
··· 1 + build: 2 + go build -o bin/sse . 3 + 4 + run: build 5 + ./bin/sse