This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scabiosa/main.go
2021-11-18 15:04:27 +01:00

9 lines
135 B
Go

package main
import "scabiosa/StorageTypes"
func main(){
azure := StorageTypes.GetAzureStorage()
StorageTypes.UploadFile(azure)
}