mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: make create_image's receiver immutable
This commit is contained in:
@@ -31,8 +31,8 @@ struct C.PGResult {
|
||||
|
||||
pub struct Config {
|
||||
pub:
|
||||
host string
|
||||
port int = 5432
|
||||
host string = 'localhost'
|
||||
port int = 5432
|
||||
user string
|
||||
password string
|
||||
dbname string
|
||||
|
||||
Reference in New Issue
Block a user