Skip to content

Commit b11dbc1

Browse files
committed
fix: hello world
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 960dca8 commit b11dbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import (
88
var version = "dev"
99

1010
func main() {
11-
fmt.Println("hello world, github! (", version, runtime.GOOS, runtime.GOARCH, ")")
11+
fmt.Printf("Hello World from NPM! (%s, %s, %s)\n", version, runtime.GOOS, runtime.GOARCH)
1212
}

0 commit comments

Comments
 (0)