Go

By yuseferi, 20 October, 2022

In web development, the ability to craft dynamic and personalised content is a cornerstone of success. Within the Go programming language, templates emerge as a powerful mechanism to achieve this objective. Templates empower developers to seamlessly embed data into structured text formats, generating tailored content that resonates with each individual user.

 

By yuseferi, 12 March, 2020

How can you mock Google Bigquery client in Golang?

Mocking Bigquery clients in Golang is not very straightforward because it does not offer any interface. there are some options on how to mock a Google Bigquery client in Golang, I explained how you can Mock a Biguqery client in Golang here: https://www.yuseferi.com/en/blog/How-Mock-google-Bigquery-Golang
please share your feedback with me.