Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 5291e08

Browse files
committed
added contributor video for v1.4.1
1 parent f757fda commit 5291e08

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ vendor lock-in, and your data stays in your control.
2525

2626
### Table of content
2727

28+
* [Import as Go package](#import-as-go-package)
2829
* [What can you build](#what-can-you-build)
2930
* [How it works / dev workflow](#how-it-works--dev-workflow)
3031
* [Get started with the self-hosted version](#get-started-with-the-self-hosted-version)
@@ -36,6 +37,17 @@ vendor lock-in, and your data stays in your control.
3637
* [help](#help)
3738

3839

40+
## Import as Go package
41+
42+
As of v1.4.1 StaticBackend offer an importable Go package removing the need
43+
to self-host the backend API while keeping all functionalities from your Go
44+
program.
45+
46+
### Example usage
47+
48+
```go
49+
50+
```
3951
## What can you build
4052

4153
I built StaticBackend with the mindset of someone tired of writing the same code
@@ -255,6 +267,7 @@ precise let us know.
255267
Here are videos made specifically for people wanting to contribute:
256268

257269
* [Intro, setup, running tests, project structure](https://youtu.be/uTj7UEbg0p4)
270+
* [backend package and v1.4.1 refactor and changes](https://youtu.be/oWxk2g2yp_g)
258271

259272
Check the [contributing file](CONTRIBUTING.md) for details.
260273

0 commit comments

Comments
 (0)