add fiber app

This commit is contained in:
Mauricio Siu
2024-06-30 20:18:09 -06:00
parent e613f0cae5
commit 4895d3c8ef
10 changed files with 128 additions and 157 deletions

18
go-fiber-simple/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work