Skip to content

Commit

Permalink
dummy: trigger error
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed May 12, 2024
1 parent 80246d8 commit 41f0f47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/go/positions.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
package main

import (
"os"
"fmt"
)

func Add(a, b int) int {
p := os.Getenv("PATH")
fmt.Println("jaja " + p)
return a + b
}

0 comments on commit 41f0f47

Please sign in to comment.