Files
sam-forwarder/main/main.go

8 lines
106 B
Go
Raw Normal View History

2018-07-21 07:11:54 -04:00
package main
import "github.com/eyedeekay/ephemeral-eepSite-SAM"
func main(){
samlistener.Serve()
}