Static Dependency Analysis Tool for Go FilesGochk analyzes statically whether .go files violate Clean Architecture The Dependency Rule or not, and prints its results.Nov 7, 2020Nov 7, 2020
Python3 basics: 0, other Numeric, and None in conditionRecently, I solve competitive programming problems with Python3 and then I have tripped over the trick of this post’s title.Jul 23, 2020Jul 23, 2020
ModuleNotFoundError: No module named ‘mysql.connector’; ‘mysql’ is not a packageWhen I tried to connect to MySQL via Python3 program, I encountered problem above.Aug 24, 20196Aug 24, 20196