You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	chore: go doc for extrafiles.Find
refs #1535 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
		| @@ -10,6 +10,7 @@ import ( | ||||
| 	"github.com/pkg/errors" | ||||
| ) | ||||
|  | ||||
| // Find resolves extra files globs et al into a map of names/paths or an error. | ||||
| func Find(files []config.ExtraFile) (map[string]string, error) { | ||||
| 	var result = map[string]string{} | ||||
| 	for _, extra := range files { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user