chore: adjust the case of Program names and HttpRequest UA

This commit is contained in:
metacubex 2023-01-14 02:27:44 +08:00
parent f96bf65557
commit 3b6fc1c496
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import (
) )
const ( const (
UA = "Clash" UA = "clash.meta"
) )
func HttpRequest(ctx context.Context, url, method string, header map[string][]string, body io.Reader) (*http.Response, error) { func HttpRequest(ctx context.Context, url, method string, header map[string][]string, body io.Reader) (*http.Response, error) {

View file

@ -4,5 +4,5 @@ var (
Meta = true Meta = true
Version = "1.10.0" Version = "1.10.0"
BuildTime = "unknown time" BuildTime = "unknown time"
ClashName = "Clash.Meta" ClashName = "clash.meta"
) )