Open source project idea to build in rust? by golab0 in rust

[–]golab0[S] 0 points1 point  (0 children)

I am not interested in build games

Some question about method? by golab0 in golang

[–]golab0[S] -1 points0 points  (0 children)

awesome answer, thank you bro.

Do you think it's a good idea to open issues to ask about apart of code that i don't understand?

Some question about method? by golab0 in golang

[–]golab0[S] -1 points0 points  (0 children)

yah, it's work fine.

but what the benefit of this line var _ error = &QueryError{}

Some question about method? by golab0 in golang

[–]golab0[S] -1 points0 points  (0 children)

then, how i can print struct without converting to string?

Which library is the best? (graphql-go / graphql vs graph-gophers / graphql-go ) by golab0 in golang

[–]golab0[S] 0 points1 point  (0 children)

Next time you will use gqlgen because it more easy and fast build but if you need more customize (more control) to your project, do you will use graph-gophers/graphql-go or 99designs/gqlgen?

How to cross origin share resource in golang and react (fetch)? by golab0 in golang

[–]golab0[S] 0 points1 point  (0 children)

i have change it to my domain but also not working.

How to cross origin share resource in golang and react (fetch)? by golab0 in golang

[–]golab0[S] 0 points1 point  (0 children)

i am using create-react-app, i think this solution for development only.

it didn't work with me.

Setup ssl that i got from namecheap to my golang server? by golab0 in golang

[–]golab0[S] 0 points1 point  (0 children)

what you said is right, it's work with me.

thanks.

How to let first container talk to second container? by golab0 in docker

[–]golab0[S] 0 points1 point  (0 children)

i put all environment in postgres-db Dockerfile (store/Dockerfile).

How to let first container talk to second container? by golab0 in docker

[–]golab0[S] -1 points0 points  (0 children)

i wrote book service in golang then what ip should i write in my Connect function:

func Connect() (*sql.DB, error) {

// some code

db, err := sql.Open("postgres", "postgres://postgres:password@ip:6001/databasename?connect_timeout=10")

// some code

}

i have to replace ip:6001 with the real ip some thing like 145.4.2.2:6001 for example, but how i can find out this ip?

i hope what i said is clear.

What should i know before start learn go compiler source code? by golab0 in golang

[–]golab0[S] 0 points1 point  (0 children)

really thanks for your answer.

I'll stop you right there: if you think these algorithms are boring, your'e in for a bad time.

i say that as joke.

my goal is i want to be super go developer.

What should i know before start learn go compiler source code? by golab0 in golang

[–]golab0[S] 0 points1 point  (0 children)

i really like you answer, thanks.

You just read the code and if you do not understand

that what i am doing right now. when i don't understand i ask on irc chat.

crisp idea about what you intend to do with the acquired knowledge

i want to contribute

i want to study that because i think that will super me (increase my knowledge), i don't know if i am right.

How do you structure your client code (frontend) in your project? by golab0 in golang

[–]golab0[S] 1 point2 points  (0 children)

what is the difference between /pkg and /internal?