Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
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
The UploadFile and UploadFileContext have been deprecated, but pkgsite is not aware of it:
This pull request fixes it. pkgsite will mark UploadFile and UploadFileContext as DEPRECATED:
And some tools will warn use of UploadFile and UploadFileContext.
See https://go.dev/wiki/Deprecated for more detail.