Merged in feature/semver (pull request #93)
Add semantic versioning to all services * working * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver * 1.24 mod * go upgrade * tool * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package pathlib
|
||||
|
||||
import "github.com/spf13/afero"
|
||||
|
||||
// File represents a file in the filesystem. It inherits the afero.File interface
|
||||
// but might also include additional functionality.
|
||||
type File struct {
|
||||
afero.File
|
||||
}
|
||||
Reference in New Issue
Block a user