Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBekket committed Dec 17, 2022
1 parent d2bd6dc commit 09ac84b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,17 +394,7 @@ func UploadFileToTelegraph(file_name string) (string) {



/*
func buildFileName() {
fileUrl, err := url.Parse(fullUrlFile)
checkError(err)
path := fileUrl.Path
segments := strings.Split(path, "/")

fileName = segments[len(segments)-1]
}
*/

func httpClient() *http.Client {
client := http.Client{
Expand Down

0 comments on commit 09ac84b

Please sign in to comment.