We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5793eb commit 9ea8f00Copy full SHA for 9ea8f00
README.md
@@ -111,8 +111,6 @@ func main() {
111
112
## Examples
113
114
-Your original long-form examples are kept below (expanded + modernized README layout).
115
-
116
<details>
117
<summary><strong>Show examples</strong></summary>
118
@@ -137,21 +135,6 @@ func main() {
137
135
}
138
136
```
139
140
-### Make REST calls
141
142
-```go
143
-package main
144
145
-import (
146
- "os"
147
148
- λ "github.com/4thel00z/lambda/v1"
149
-)
150
151
-func main() {
152
- λ.Get("https://ransomware.host").Do().Slurp().WriteToWriter(os.Stdout)
153
-}
154
-```
155
156
### Simple AES-CBC encryption with PKCS7 padding
157
0 commit comments