mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
public enums + more public structs (libs/examples/tests)
This commit is contained in:
@@ -305,7 +305,7 @@ fn escape(s string, mode EncodingMode) string {
|
||||
//
|
||||
// URL's String method uses the escaped_path method to obtain the path. See the
|
||||
// escaped_path method for more details.
|
||||
struct URL {
|
||||
pub struct URL {
|
||||
pub: mut:
|
||||
scheme string
|
||||
opaque string // encoded opaque data
|
||||
|
||||
Reference in New Issue
Block a user