Abhishek K K
Abhishek K K
…path This absolute path values felt redundant.
Currently we have to pass the whole path of the files as values to the flags -source and -destination. eg: `mockgen -source=D:\go_project\library_management\src\core\ports\repository.go -destination=D:\go_project\library_management\src\core\mocks\respository_mock.go ` (In windows) To reduce this redundancy...
The `inputField` accepts input correctly only when the height of the terminal interface exceeds a certain threshold.  But when the height less than the threshold, it fail to take...