atlassian / go-artifactory

Go library for artifactory REST API
Apache License 2.0
23 stars 28 forks source link

Change PEM variable type #17

Closed bodgit closed 5 years ago

bodgit commented 5 years ago

Instead of *os.File, use io.Reader which is more permissive but still allows *os.File as it implements the same interface so shouldn't break existing code.