buf icon indicating copy to clipboard operation
buf copied to clipboard

Split out OS-only concerns from bufconfig and bufwork

Open bufdev opened this issue 2 years ago • 0 comments

bufconfig can be used both client and server-side, but bufconfig.ReadConfigOS is an client-only concept. It is used by bufwire, bufwork, and CLI packages. We want to refactor our package splits to have OS-only concerns really be locked to the CLI only, as was the intent with the bufcli package.

bufdev avatar Sep 20 '21 21:09 bufdev