celestix/gotgproto

sessionMaker.TdataSession() Error reporting method does not exist

Opened this issue · 3 comments

Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),

TdataSession Error reporting method does not exist

The example code has already expired

Can you explain it a bit more? The data seems insufficient to understand the problem.

		&gotgproto.ClientOpts{
			Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),

		},

Error display: TdataSession function does not exist

		&gotgproto.ClientOpts{
			Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),

		},

Error display: TdataSession function does not exist

Please update gotgproto to the latest by running this command:

go get -u github.com/celestix/gotgproto`

This should fix the issue.