Closed imsodin closed 4 years ago
If I run courtney in my local checkout for a subdir recursively, it fails:
simon@simon-x220-deb:/media/ext4_data/Coding/go/src/github.com/syncthing/syncthing $ courtney -short ./lib/... Dir not found for ./lib
With a single package it runs but without result:
simon@simon-x220-deb:/media/ext4_data/Coding/go/src/github.com/syncthing/syncthing $ courtney -short ./lib/db No results
With the package spec from github it runs just fine producing results both recursively and not.
This is a duplicate of #16 - didn't come to mind to attribute the failures to go modules.
If I run courtney in my local checkout for a subdir recursively, it fails:
With a single package it runs but without result:
With the package spec from github it runs just fine producing results both recursively and not.