reorganized the source to place the resuable code under the hodu package and keep the command entry point in the main package under the cmd directory
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "./main";
|
||||
option go_package = "./hodu";
|
||||
|
||||
//package hodu; // no idea if it's still important...
|
||||
|
||||
|
Reference in New Issue
Block a user