mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make private struct warning an error
This commit is contained in:
@@ -90,7 +90,7 @@ mut:
|
||||
}
|
||||
|
||||
// webhook server
|
||||
struct WebhookServer {
|
||||
pub struct WebhookServer {
|
||||
pub mut:
|
||||
vweb vweb.Context
|
||||
gen_vc &GenVC
|
||||
|
||||
Reference in New Issue
Block a user