mystcapi/pkg/endpoints/common.go
HeshamTB 9c1014ac72
init: can do full login:
ooo muh gut

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2024-04-29 17:38:11 +03:00

10 lines
107 B
Go

package endpoints
import "net/http"
var client *http.Client
func init() {
client = &http.Client{}
}