Update main.go

This commit is contained in:
Henrique Dias 2019-12-11 17:54:27 +01:00 committed by GitHub
parent 9a9660e04a
commit 5a979c6ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,10 +57,6 @@ func createTempRepo(ctx context.Context) (string, error) {
if err != nil {
return "", err
}
// Add your custom configuration to the repository config
// For example, you can enable sharding with:
// cfg.Experimental.ShardingEnabled = true
// Create the repo with the config
err = fsrepo.Init(repoPath, cfg)