File: main.go

package info (click to toggle)
sptlrx 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: makefile: 6
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
6
7
package main

import "github.com/raitonoberu/sptlrx/cmd"

func main() {
	cmd.Execute()
}