-
Very interesting talk! I was following along and had an issue reproducing the examples in your talk in my own source files, and now I see that I'm having the same issues in `apigen`'s code.
Specifi…
-
First of all, thank you for this awesome script. It works very well.
I'd like to limit having to type the same arguments whenever I'm running the script.
For example, I always want to upload to my…
-
In case I use a concrete type:
```
type Pagination struct {
Limit int64
Skip int64
}
//go:generate mockgen -source=$GOFILE -destination=mocks/autogen.$GOFILE -package=mocks
type IMongoDb…
-
Chào bạn,
Hiện tại mình không tải file fshare được với tài khoản premium, mới bị lỗi hôm nay thôi à. Chắc bên Fshare mới update gì đó. Hi vọng có bản fix mới (09/2023)
Cảm ơn!
-
### Go version
go version devel go1.23-628b1015b97 Mon Feb 12 07:15:06 2024 +0000 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='auto'
GOARCH='amd64'
GOBIN=''
…
-
AOA,
Bro can you add support for PixelDrain? It is better than GoFile.io in everyway possible, please have a look and see if you can add it.
Link: https://pixeldrain.com/api
-
初步定位了一下原因是gofile的 `createFolder` api发生了变化。
现在需要三个参数 `parentFolderId` `folderName` `token`。
代码里的只有 `createFolderPostString = "parentFolderId=%s&token=%s"`,缺少一个 `folderName` 参数。
正在尝试修复
-
I have an api project uses ffjson to generate code handling json, use the `ffjson -force-regenerate $GOFILE` to always regenerate,
//go:generate ffjson -force-regenerate $GOFILE
Met two prob…
-
测试了wss和muse都无法通过transfer下载,网页是可以下载的。其他的网盘还没有测试。
wss下载时报错:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x749…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel go1.22-0c7e5d3 Thu Nov 23 17:33:57 2023 +0000 windows/amd64
### Does this issue reproduce with the lat…