mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 11:06:23 +00:00
6 lines
63 B
Go
6 lines
63 B
Go
package utils
|
|
|
|
import "resty.dev/v3"
|
|
|
|
var client = resty.New()
|