File naming convention Generally, file names are single lowercase words. Go follows a convention where source files are all lower case with underscore separating multiple words. Compound file names ...
# Create a template project kratos new server cd server # Add a proto template kratos proto add api/server/server.proto # Generate the proto code kratos proto client api/server/server.proto # Generate ...