mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
5 lines
154 B
Go
5 lines
154 B
Go
|
// Package blob provides a Pipe that push artifacts to blob supported by Go CDK
|
||
|
//
|
||
|
// TODO: replace current s3 implementation with this one.
|
||
|
package blob
|