The Design and Implementation of the Go Package
Let’s learn how to design and implement our Go package.
The design of the Go package
The following diagram shows the database schema that the Go package works on. Remember that when working with a specific database and schema, we need to include the schema information in our Go code. Put simply, the Go code should know about the schema it works on:
Get hands-on with 1400+ tech skills courses.