Iwasaki Yudai
Iwasaki Yudai
Working at https://github.com/yudai/gojsondiff/tree/release-v2.0. ## Core changes * Native support for non-object root values * You can compare strings, arrays and numbers at root (fixes #15 ) * The API will...
Hi, thank you for the handy library. --- This new method returns a new struct PercentStat that holds CPU usage percentages for different work loads (e.g. user, system and so...
Currently we don't have a way to access the name of projects, which are sometimes normalized internally.
Issue Observed -------------- project.APIProject doesn't provide a method to get the service names define in a project. You cannot get service names when you use GetSreviceConfig() and other methods of...
Hi, thank you for the great library. I found a goroutine leak in the lib, so created a this PR. It introduces a new method to close a channel, which...