opentdf / platform

OpenTDF Platform monorepo enabling the development and integration of _forever control_ of data into new and existing applications. The concept of forever control stems from an increasingly common concept known as zero trust.
BSD 3-Clause Clear License
18 stars 8 forks source link

package has reserved word "go" and "/" #648

Closed pflynn-virtru closed 2 months ago

pflynn-virtru commented 5 months ago

The package protocol/go contains a reserved word in Golang - which is "go".

Also, "/" should not be in package names.

Desired actions:

strantalis commented 5 months ago

@dmihalcik-virtru I wonder if we should just bite the bullet and make this change. I think we held off on it when we renamed stuff because of how impactful it might be.

strantalis commented 5 months ago

As a first step remove go from protocol/go.

This will require updating all the import statements referencing this package. Along with any of the buf.gen files.