Skip to content

Commit

Permalink
Auth updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMartynenko committed Apr 3, 2024
1 parent 6e77401 commit b1ed0e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layers/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package layers

import "fmt"

func main() {

Check failure on line 5 in layers/main.go

View workflow job for this annotation

GitHub Actions / lint

func `main` is unused (unused)
fmt.Println("Hello from main.go")

}

0 comments on commit b1ed0e2

Please sign in to comment.