File tree Expand file tree Collapse file tree 3 files changed +63
-8
lines changed Expand file tree Collapse file tree 3 files changed +63
-8
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ sidebar_position: 1
3
3
---
4
4
5
5
# 🔥 Fuego
6
- [ Go Reference] ( https://pkg.go.dev/badge/github.com/go-fuego/fuego.svg )
6
+
7
+ <p align =" center " >
8
+ <img src =" /fuego/img/logo.svg " height =" 200 " alt =" Fuego Logo " />
9
+ </p >
7
10
8
11
Let's discover ** Fuego in less than 5 minutes** .
9
12
10
13
## Getting Started
11
14
12
- Get started by ** creating a new go project ** .
15
+ Try our [ Hello World ] ( ./tutorials/01-hello-world.md ) !
13
16
14
17
Or ** try Fuego immediately** by cloning ** [ one of our exemples] ( https://github.com/go-fuego/fuego/tree/main/examples ) ** .
15
18
16
19
### What you'll need
17
20
18
- - [ Golang v1.22] ( https://tip.golang.org/doc/go1.22 ) or above:
19
- - Fuego relies on a new feature of the net/http package only available after 1.22.
20
-
21
- And then blablabla
22
-
21
+ - [ Golang v1.22] ( https://golang.org/doc/go1.22 ) or above _ (Fuego relies on a new feature of the net/http package only available after 1.22)_ .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ subgraph fuego
15
15
16
16
subgraph output
17
17
direction TB
18
- OutTransformation -- struct{'b' :'My Response!'} --> resp(Response)
18
+ OutTransformation -- struct{B :'My Response!'} --> resp(Response)
19
19
end
20
20
21
21
Controller{{Controller}}
You can’t perform that action at this time.
0 commit comments