File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ module github.com/c3d2/telme10
2
+
3
+ go 1.17
4
+
5
+ require (
6
+ github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
7
+ github.com/spreadspace/telgo v0.0.0-20170609015223-7277b0d8090e
8
+ )
Original file line number Diff line number Diff line change
1
+ github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf h1:iW4rZ826su+pqaw19uhpSCzhj44qo35pNgKFGqzDKkU =
2
+ github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
3
+ github.com/spreadspace/telgo v0.0.0-20170609015223-7277b0d8090e h1:lhFaE8l5AfSEzH4OW+9BUAo+BuYLe21zuHwWX1YEZHw =
4
+ github.com/spreadspace/telgo v0.0.0-20170609015223-7277b0d8090e /go.mod h1:kvvhiAI5nvwI4SZrVH9vRa3MTjkcYm3tElmmh+bYuEI =
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ func answer(c *telgo.Client, args []string) bool {
145
145
c .Sayln (" Great! We'll see you at our hackspace then." )
146
146
c .Sayln ("" )
147
147
c .Sayln (" expect Music, sometimes Food, Mate," )
148
- c .Sayln (" Hacksessions and more" )
148
+ c .Sayln (" Hacksessions and more" )
149
149
c .Sayln ("" )
150
150
c .Sayln (" Find the place:" )
151
151
c .Sayln (" HQ im Zentralwerk, Riesaer Straße 32, 01127 Dresden" )
@@ -185,9 +185,9 @@ func answer(c *telgo.Client, args []string) bool {
185
185
func main () {
186
186
cmdlist := make (telgo.CmdList )
187
187
188
- listeners , err := activation .Listeners (true )
188
+ listeners , err := activation .Listeners ()
189
189
if err != nil {
190
- fmt .Printf ("error while getting socket form systemd" , err )
190
+ fmt .Printf ("error while getting socket form systemd: %s " , err )
191
191
os .Exit (1 )
192
192
}
193
193
You can’t perform that action at this time.
0 commit comments