Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nextPath (0.16 sec)

  1. cmd/import-boss/main.go

    			if err != nil {
    				return nil, err
    			}
    
    			restrictionFiles = append(restrictionFiles, rules)
    		}
    
    		nextPath, removedDir := removeLastDir(path)
    		if nextPath == path || isGoModRoot(path) || removedDir == "src" {
    			break
    		}
    
    		path = nextPath
    	}
    
    	return restrictionFiles, nil
    }
    
    func readFile(path string) (*FileFormat, error) {
    	currentBytes, err := os.ReadFile(path)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 12:36:49 UTC 2024
    - 14.7K bytes
    - Viewed (0)
Back to top