new packages for get and set subcommands

This commit is contained in:
Sam Coe 2020-11-03 09:48:31 +03:00
parent ce18b943b8
commit 58b93e77fc
No known key found for this signature in database
GPG key ID: 8E322C20F811D086
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
package config
package get
import (
"fmt"

View file

@ -1,4 +1,4 @@
package config
package get
import (
"bytes"

View file

@ -1,4 +1,4 @@
package config
package set
import (
"errors"

View file

@ -1,4 +1,4 @@
package config
package set
import (
"bytes"