Yurii Momotenko

Results 4 issues of Yurii Momotenko

Added end of the code sector so that the information is readable and well organized

What changed: 1. Generated go.mod file and corresponding go.sum. 2. Changed inner import paths from "eosgo-client/..." to "github.com/romainPellerin/eosgo-client". 3. Sorted imports in alphabetical order. 4. Changed usage of the library...

It is not possible to import the module properly. 1. The go.mod file should be present. 2. Import path of the directories inside the module have to be set as...

I know, this is an old project, but I was using this library for my university project and getting an error in the end, because of the points checked without...