1
0
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:
Alexander Medvednikov
2022-11-14 17:25:39 +03:00
parent f44af02e32
commit 37583b04b4
3 changed files with 14 additions and 9 deletions

View File

@@ -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