forked from authentricity/authentricity
8 lines
101 B
Go
8 lines
101 B
Go
package main
|
|
|
|
import "go.e43.eu/authentricity/internal/hostagent"
|
|
|
|
func main() {
|
|
hostagent.Main()
|
|
}
|