Skip to content

Commit

Permalink
Add test function in pf
Browse files Browse the repository at this point in the history
  • Loading branch information
peachpit-site committed Dec 12, 2024
1 parent 54517b6 commit 1a19045
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/hub/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,7 @@ func Cyan(s string) string {
}

func Logo() string {
// pf.Greet()
var padding string
if len(VERSION)%2 == 1 {
padding = ","
Expand Down
3 changes: 3 additions & 0 deletions source/vendor/pf/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/tim-hardcastle/Pipefish/tree/main/source/vendor/pf

go 1.23
5 changes: 5 additions & 0 deletions source/vendor/pf/pf.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package pf

func Greet() {
println("Hello world!")
}

0 comments on commit 1a19045

Please sign in to comment.