Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ritesh089 authored Jun 27, 2024
1 parent 6d0947d commit e339d31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/golang/providers/custom-template/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func run() error {
}

func handleNewSourceLink(handler *Handler, link provider.InterfaceLinkDefinition) error {
fmt.Println("Handling new source link", "link", link)
handler.linkedTo[link.Target] = link.SourceConfig
return nil
}
Expand Down

0 comments on commit e339d31

Please sign in to comment.