We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey found this peace of code where something confuses me.
go-hbci/client/client.go
Lines 153 to 163 in 180d831
In line 156 checks whether seq is nil but in line 155 seq is already accessed "seg.Transactions()..."
I am still new to golang. In Java line 155 would produce a nullpointerexception when seq is null. Isen't it the same in go?
The text was updated successfully, but these errors were encountered:
fix(swift): fix bookingdate bases correct bookingyear
5336b55
solves issue: mitch000001#18 mitch000001#18
fix: year correction only when monthDiff is positiv
4cdf8a1
mitch000001#18 was not solved so far
1cf41e2
3ed485f
No branches or pull requests
Hey found this peace of code where something confuses me.
go-hbci/client/client.go
Lines 153 to 163 in 180d831
In line 156 checks whether seq is nil but in line 155 seq is already accessed "seg.Transactions()..."
I am still new to golang. In Java line 155 would produce a nullpointerexception when seq is null.
Isen't it the same in go?
The text was updated successfully, but these errors were encountered: