AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Use iNodes in Production
Go gives us standard library packages for dealing with the file system. You kind of have to know some of those tricks where like, if you're going to remove a file on Unix, that'll work great,. But if you don't have Windows and you still have the file handle open, a lot of times it'll error out. So it's one of those things you just kind of learn when you actually dive in and start running stuff in production.