Skip to content

Commit

Permalink
rename package to webwormhole
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zimmerman committed Jul 14, 2021
1 parent b0ebc05 commit 02452ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
package main
package webwormhole

func Hello() string {
return "Hello, world."
}

0 comments on commit 02452ab

Please sign in to comment.