-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
pencil.NewFrom(*pencil.Options)
function (#24)
The `pencil.NewFrom(*pencil.Options)` [1] function was not necessary because... 1. ...there was no way to get the actual options from a `pencil` instance. 2. ...new `pencil` instances with different options can be simply composed ny using the variadic parameter of the `pencil.New(pencil.Option...)` function. Therefore the `pencil.NewFrom(*pencil.Options)` has been removed to simply the package surface. [1]: https://github.com/svengreb/nib/blob/2dac3395/pencil/pencil.go#L26-L27 Closes GH-23
- Loading branch information
Showing
4 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters