mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-12 16:10:03 +01:00
chore: rename package to be able to go install
This commit is contained in:
parent
538ff9c6f6
commit
507039ecc0
31 changed files with 104 additions and 99 deletions
|
|
@ -20,17 +20,17 @@ import (
|
|||
|
||||
"github.com/fatih/color"
|
||||
|
||||
"github.com/storyicon/powerproto/pkg/util/logger"
|
||||
"github.com/TECHNOFAB11/powerproto/pkg/util/logger"
|
||||
)
|
||||
|
||||
// defines a set of const value
|
||||
const (
|
||||
// ConfigFileName defines the config file name
|
||||
ConfigFileName = "powerproto.yaml"
|
||||
ConfigFileName = "powerproto.yaml"
|
||||
// KeyNamePowerProtocInclude is the key name of powerproto default include
|
||||
KeyNamePowerProtocInclude = "POWERPROTO_INCLUDE"
|
||||
// The default include can be referenced by this key in import paths
|
||||
KeyPowerProtoInclude = "$" + KeyNamePowerProtocInclude
|
||||
KeyPowerProtoInclude = "$" + KeyNamePowerProtocInclude
|
||||
KeyNameSourceRelative = "SOURCE_RELATIVE"
|
||||
// KeySourceRelative can be specified in import paths to refer to
|
||||
// the folder where the current proto file is located
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue