GMGyanesh Malhotraindepthbybreath.hashnode.devยทJan 17, 2021 ยท 4 min readIntroducing go-financial ๐ !Content Overview Demo Overview At Razorpay , we recently worked on building a collection system. For that, we needed an amortization schedule generator in go . Currently, in go, there are no packages which offer complete solution to this problem....01L
GMGyanesh Malhotraindepthbybreath.hashnode.devยทSep 11, 2020 ยท 2 min readLoading files in GoHow to load a file in go irrespective of location of caller ? This is a very common scenario of loading files in your program. For simplicity, let's assume the following path & directory structure. path: /Users/gyanesh/foo/ . โโโ foo โโโ config....00