Skip to content
Snippets Groups Projects
Commit 8992613b authored by Pratik Lagaskar's avatar Pratik Lagaskar
Browse files

access Read.. func in different modules

parent e5bc5358
No related branches found
No related tags found
1 merge request!3Fixed entry point for the library
......@@ -6,7 +6,7 @@ import (
"os"
)
func readSubscriptions(filename string) ([]string, error) {
func ReadSubscriptions(filename string) ([]string, error) {
f, err := os.Open(filename)
if err != nil {
return nil, fmt.Errorf("failed to open: %w", err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment