Added badges

This commit is contained in:
Tracker-Friendly 2024-09-29 09:43:55 +01:00
parent b89a8ac83a
commit 29faa02dbb
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Fulgens Web Server # Fulgens Web Server
A simple and fast plugin-based web server written in Golang. A simple and fast plugin-based web server written in Golang.
[![Go Report Card](https://goreportcard.com/badge/git.ailur.dev/ailur/fulgens)](https://goreportcard.com/report/git.ailur.dev/ailur/fulgens) [![Go Reference](https://pkg.go.dev/badge/git.ailur.dev/ailur/fulgens.svg)](https://pkg.go.dev/git.ailur.dev/ailur/fulgens) [![wakatime](https://wakatime.com/badge/user/754e87c4-b184-4291-9f4e-0392f3c2126c/project/1f4885c6-3a1b-4f0d-b72b-5659c94ea2ad.svg)](https://wakatime.com/badge/user/754e87c4-b184-4291-9f4e-0392f3c2126c/project/1f4885c6-3a1b-4f0d-b72b-5659c94ea2ad)
It utilises Chi and the Go standard library to provide a fast and efficient web server, with the ability to add plugins to extend its functionality. It utilises Chi and the Go standard library to provide a fast and efficient web server, with the ability to add plugins to extend its functionality.
## Features ## Features