mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 07:29:07 +08:00
![]() Before that fix: The method... ```go func (h *Handler) RespondToInteraction(interaction interactor.Interaction) {} ``` ... would generate... ```ts export function RespondToInteraction(arg1:number):Promise<Error>; ``` ... because the `interaction` package starts with `int` and anything starting with `int` is interpreted as `number`. |
||
---|---|---|
.. | ||
binding_test_nestedimport | ||
float_package | ||
int_package | ||
map_package | ||
uint_package | ||
binding_test_import.go |