diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:18:29 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:18:29 +0800 |
commit | c8d682174aaceab749302dd543122f60193dafbb (patch) | |
tree | 880e84741c72b30a41b6f2f052e260fe5da447d9 /url_misc.go | |
parent | *.go: Remove extra TODOs (diff) | |
download | forge-c8d682174aaceab749302dd543122f60193dafbb.tar.gz forge-c8d682174aaceab749302dd543122f60193dafbb.tar.zst forge-c8d682174aaceab749302dd543122f60193dafbb.zip |
*.go: Reformat
Diffstat (limited to '')
-rw-r--r-- | url_misc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/url_misc.go b/url_misc.go index 906e06e..cbb30d6 100644 --- a/url_misc.go +++ b/url_misc.go @@ -8,7 +8,7 @@ import ( var ( err_duplicate_ref_spec = errors.New("Duplicate ref spec") - err_no_ref_spec = errors.New("No ref spec") + err_no_ref_spec = errors.New("No ref spec") ) func get_param_ref_and_type(r *http.Request) (ref_type, ref string, err error) { |