Removed struct keyword

This commit is contained in:
Eduard Urbach 2025-04-04 13:32:55 +02:00
parent 9302eaef2f
commit 863fb7de5a
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
18 changed files with 44 additions and 40 deletions

View file

@ -1 +0,0 @@
struct{}

View file

@ -1,4 +1,4 @@
struct A {}
A {}
main() {
a := new(A)