mirror of
https://github.com/taigrr/wails.git
synced 2026-04-13 18:38:11 -07:00
6 lines
120 B
Go
6 lines
120 B
Go
package parser
|
|
|
|
func (p *Parser) getFunctionReturnType(packageName string, functionName string) *Struct {
|
|
return nil
|
|
}
|