Declare slice or make slice?

Simple declaration var s []int does not allocate memory and s points to nil, while s := make([]int, 0) allocates memory and s points to memory to a slice with 0 elements. Usually, the first one is more idiomatic if you don’t know the exact size of your use case.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)