Add pkg.go.dev badge

This commit is contained in:
Sasha Koshka 2024-03-01 00:24:04 -05:00
parent 005b2fcd56
commit 278a243804

View File

@ -2,6 +2,8 @@
<img src="assets/fspl.svg" width="128" alt="FSPL logo."> <img src="assets/fspl.svg" width="128" alt="FSPL logo.">
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/fspl/fspl.svg)](https://pkg.go.dev/git.tebibyte.media/fspl/fspl)
Freestanding programming language: a high-ish-level language that has absolutely Freestanding programming language: a high-ish-level language that has absolutely
no need for any runtime support, designed to work well in scenarios where no need for any runtime support, designed to work well in scenarios where
dragging along a language runtime is either not possible or simply unwanted. dragging along a language runtime is either not possible or simply unwanted.