Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
0 answers
132 views

Golang Gorm Fiber - How can I send the name I defined as alias to my index template?

I'm trying to switch from PHP to GO, but I'm stuck at one point, I ask for your help. I just define an alias named "durums" in the query, there is no such named field in the database. how ...
Ugur Tas's user avatar
2 votes
1 answer
225 views

Golang - Html Template : How do I create a Nav-item - Submenu? I couldn't find how to do it

I'm trying to switch from PHP to GO, but I'm stuck at one point, I ask for your help. I have a table called Menu in the database. Here, menuid equal to 0 becomes the main menu. Those not equal to 0 ...
Ugur Tas's user avatar
1 vote
1 answer
451 views

Golang Fiber Render - Sending data to multiple Layouts

I'm trying to switch from PHP to GO, but I'm stuck at one point, I ask for your help. I linked navbar.html, which is where I will draw my menus and logo, into index.html. but I can't pull the data ...
Ugur Tas's user avatar