Skip to content

Commit bdc20a8

Browse files
committed
completed sync: 1 new, 0 updated
- new: Middleware and RoundTrippers in Go (https://dev.to/calvinmclean/middleware-and-roundtrippers-in-go-30pa)
1 parent 129aea9 commit bdc20a8

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
2-
"title": "Middleware and RoundTrippers in Go",
3-
"description": "Learn about Go's reusable HTTP components for server and client",
4-
"tags": ["programming", "go", "learning"],
5-
"gopher": "https://storage.googleapis.com/gopherizeme.appspot.com/gophers/441c3133e109270bb05e02274ae58ad70dd3de0b.png"
6-
}
2+
"id": 2550748,
3+
"slug": "middleware-and-roundtrippers-in-go-30pa",
4+
"title": "Middleware and RoundTrippers in Go",
5+
"description": "Learn about Go's reusable HTTP components for server and client",
6+
"url": "https://dev.to/calvinmclean/middleware-and-roundtrippers-in-go-30pa",
7+
"tags": [
8+
"programming",
9+
"go",
10+
"learning"
11+
],
12+
"cover_image": "https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fcalvinmclean%2Fcalvinmclean.github.io%2Fmain%2Farticles%2Fmiddleware-roundtripper%2Fcover_image.png",
13+
"gopher": "https://storage.googleapis.com/gopherizeme.appspot.com/gophers/441c3133e109270bb05e02274ae58ad70dd3de0b.png"
14+
}
57.7 KB
Loading

0 commit comments

Comments
 (0)