Structs in [[Go]] are like classes in [[Object-oriented programming]], but they're not exactly the same. Unlike classes, structs are really just pointers to memory where code is stored about the properties of the object.