This repository was archived by the owner on Sep 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ vendor lock-in, and your data stays in your control.
25
25
26
26
### Table of content
27
27
28
+ * [ Import as Go package] ( #import-as-go-package )
28
29
* [ What can you build] ( #what-can-you-build )
29
30
* [ How it works / dev workflow] ( #how-it-works--dev-workflow )
30
31
* [ 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.
36
37
* [ help] ( #help )
37
38
38
39
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
+ ```
39
51
## What can you build
40
52
41
53
I built StaticBackend with the mindset of someone tired of writing the same code
@@ -255,6 +267,7 @@ precise let us know.
255
267
Here are videos made specifically for people wanting to contribute:
256
268
257
269
* [ 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 )
258
271
259
272
Check the [ contributing file] ( CONTRIBUTING.md ) for details.
260
273
You can’t perform that action at this time.
0 commit comments