Tag: Golang
All the articles with the tag "Golang".
Clone All Repositories in Your Self-hosted GitLab
Published: at 02:08 PMAfter we change to a new computer and there is no project code locally, we need to clone all the project code again. At this time, if your project code is hosted on GitLab, you can use Golang to write a small tool to automatically clone all the project code.
How to Use a Service Account to Call the Google Ads API with Golang
Published: at 12:24 PMHow to use a service account to call the Google Ads API with Golang? In this post, I will show you how to authenticate your application using a service account and call the Google Ads API using the unofficial Google Ads API Golang client library.