mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -20,10 +20,8 @@ enum EncodingMode {
|
|||
encode_fragment
|
||||
}
|
||||
|
||||
const (
|
||||
err_msg_escape = 'unescape: invalid URL escape'
|
||||
err_msg_parse = 'parse: failed parsing url'
|
||||
)
|
||||
const err_msg_escape = 'unescape: invalid URL escape'
|
||||
const err_msg_parse = 'parse: failed parsing url'
|
||||
|
||||
fn error_msg(message string, val string) string {
|
||||
mut msg := 'net.urllib.${message}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue