Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 31, 2022
1 parent f3096a2 commit a8073e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package config

import "github.com/rsteube/carapace/internal/config"


func Register(name string, i interface{}) { config.RegisterConfig(name, i) }

0 comments on commit a8073e7

Please sign in to comment.