this repo has no description

refactor #2

merged opened by mariuskimmina.eurosky.social targeting main from stuff
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:tbzfsowmg4zj234pws47u3x6/sh.tangled.repo.pull/3maszr73z6322
+16 -9
Diff #0
+9
cmd/jj-test/main.go
··· 1 + package main 2 + 3 + import ( 4 + "jj-test/pkg/printer" 5 + ) 6 + 7 + func main() { 8 + printer.Print("Hello JJ!") 9 + }
-9
main.go
··· 1 - package main 2 - 3 - import "fmt" 4 - 5 - func main() { 6 - fmt.Println("Hello JJ") 7 - 8 - fmt.Println("Hello from 2nd commit") 9 - }
+7
pkg/printer/main.go
··· 1 + package printer 2 + 3 + import "fmt" 4 + 5 + func Print(input string) { 6 + fmt.Println(input) 7 + }

History

1 round 0 comments
sign up or login to add to the discussion
1 commit
expand
refactor
expand 0 comments
pull request successfully merged