CategoryGo

File Locking In Go Part II

F

In the previous part, we discussed locks and how to use them. In this part, we will take a more complicated example where we will see how this is used in real life. We will wrap the lock functionality in a struct to abstract all the details and ensure that the experience is consistent across our applications. This might not be the case in all applications, but we will guarantee that we have a...

File Locking In Go Part I

F

Go is a very powerful language. It’s a general purpose language that is used in many ways. From building a scalable web application to building reliable system tools. In this article, we will be talking about File locks in go and how to use them so you can use this article as a reference. What Is File Lock And Why We Need it? It can be very cumbersome to deal with shared resources that are...

Ahmed Magdy

Software Developer

Get in touch

You can reach me out through of these channels.