mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2025-01-09 01:40:55 +00:00
8 lines
142 B
Go
8 lines
142 B
Go
package internal
|
|
|
|
import "log"
|
|
|
|
// FetchRPM downloads the rpm into /tmp/srpmproc
|
|
func FetchRPM(uri string) {
|
|
log.Fatal("Not supported")
|
|
}
|