Skip to content

Commit 683487c

Browse files
Update README.md
1 parent 5302a2a commit 683487c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

echo/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ APItoolkit is an end-to-end API and web services management toolkit for engineer
1616
## Table of Contents
1717

1818
- [Installation](#installation)
19+
- [Configuration](#configuration)
1920
- [Contributing and Help](#contributing-and-help)
2021
- [License](#license)
2122

@@ -34,6 +35,18 @@ Then add `github.com/apitoolkit/apitoolkit-go/echo` to the list of dependencies,
3435
```go
3536
package main
3637

38+
import (
39+
apitoolkit "github.com/apitoolkit/apitoolkit-go/echo"
40+
)
41+
```
42+
43+
## Configuration
44+
45+
Next, initialize APItoolkit in your application's entry point (e.g., `main.go`) like so:
46+
47+
```go
48+
package main
49+
3750
import (
3851
"context"
3952
"log"

0 commit comments

Comments
 (0)