summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/ssgreg/journald@v1.0.0/examples/print/main.go
blob: cddc102adb3dc9c9227e282f8019f619bc8c950d (plain)
1
2
3
4
5
6
7
8
9
package main

import (
	"github.com/ssgreg/journald"
)

func main() {
	journald.Print(journald.PriorityInfo, "Hello World!")
}