Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vpn Hole
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Vpn Hole
Commits
8992613b
Commit
8992613b
authored
2 years ago
by
Pratik Lagaskar
Browse files
Options
Downloads
Patches
Plain Diff
access Read.. func in different modules
parent
e5bc5358
No related branches found
No related tags found
1 merge request
!3
Fixed entry point for the library
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/alter/sublist.go
+1
-1
1 addition, 1 deletion
app/alter/sublist.go
with
1 addition
and
1 deletion
subscription
.go
→
app/alter/sublist
.go
+
1
−
1
View file @
8992613b
...
...
@@ -6,7 +6,7 @@ import (
"os"
)
func
r
eadSubscriptions
(
filename
string
)
([]
string
,
error
)
{
func
R
eadSubscriptions
(
filename
string
)
([]
string
,
error
)
{
f
,
err
:=
os
.
Open
(
filename
)
if
err
!=
nil
{
return
nil
,
fmt
.
Errorf
(
"failed to open: %w"
,
err
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment