Last active
August 6, 2021 11:38
-
-
Save percybolmer/e9c8cab3d288e398ed24fedfc89164a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import "fmt" | |
func main() { | |
fmt.Println("hello from publisher") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment