Skip to content

Commit 9ea8f00

Browse files
committed
chore: drop stupid comment in README
Signed-off-by: 4thel00z <4thel00z@gmail.com>
1 parent d5793eb commit 9ea8f00

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ func main() {
111111

112112
## Examples
113113

114-
Your original long-form examples are kept below (expanded + modernized README layout).
115-
116114
<details>
117115
<summary><strong>Show examples</strong></summary>
118116

@@ -137,21 +135,6 @@ func main() {
137135
}
138136
```
139137

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-
```
155138

156139
### Simple AES-CBC encryption with PKCS7 padding
157140

0 commit comments

Comments
 (0)