slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.7k stars 1.14k forks source link

docs: fix deprecated comment for UploadFile and UploadFileContext #1316

Closed shogo82148 closed 3 months ago

shogo82148 commented 3 months ago

The UploadFile and UploadFileContext have been deprecated, but pkgsite is not aware of it:

image

This pull request fixes it. pkgsite will mark UploadFile and UploadFileContext as DEPRECATED:

image

And some tools will warn use of UploadFile and UploadFileContext.

See https://go.dev/wiki/Deprecated for more detail.