dacongda
e593f5be5b
fix: improve code format ( #2665 )
...
* feat: replace io/ioutils pacakage with io/os package
* fix: add missing error handling
2024-02-01 23:06:12 +08:00
Yang Luo
44f4de1440
feat: support empty fileUrl in GetUploadFileUrl()
2023-12-30 19:06:35 +08:00
Yang Luo
93efaa5459
Fix FileExist() error handling
2023-10-26 10:40:28 +08:00
Yang Luo
8073dfa88c
Remove tmpFiles folder usage
2023-08-24 22:03:36 +08:00
haiwu
35e1f8538e
feat: fix panic when url.Parse() fails to parse URL ( #2034 )
2023-07-03 12:35:22 +08:00
Gucheng Wang
e2921419b9
Add TestDeployStaticFiles()
2022-08-23 21:17:58 +08:00
Gucheng Wang
db37f53d6c
Update license headers.
2022-02-13 23:39:27 +08:00
Yang Luo
4b65320a96
Support user uploading via xlsx.
2021-12-31 13:00:35 +08:00
Eng Zer Jun
726e4e3dc1
refactor: move from io/ioutil to io and os packages ( #366 )
...
* chore: format code by running `go fmt ./...`
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
* refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-12-13 09:49:43 +08:00
Lex Lim
64fc810359
fix: panic while insert record when request uri too long ( #325 )
...
Signed-off-by: Lex Lim <hyperzlink@outlook.com>
2021-11-12 00:01:37 +08:00
sh1luo
c55fa4f452
feat: add local file system storage provider ( #224 )
...
Signed-off-by: sh1luo <690898835@qq.com>
2021-08-14 14:19:45 +08:00
Yang Luo
af3def97bf
Fix avatar upload.
2021-08-14 14:08:29 +08:00
Yang Luo
64c9548019
Update license header.
2021-03-13 23:09:14 +08:00
Yang Luo
df83602e17
Serve static files in Go.
2020-10-20 23:24:07 +08:00