util.go 80 B

12345
  1. package gannex
  2. func isAnnexed(dir string) (bool, error) {
  3. return false, nil
  4. }