8 lines
110 B
Go
8 lines
110 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/thefeli73/polemos/mtd_aws"
|
||
|
)
|
||
|
func main() {
|
||
|
var _ = mtd_aws.Session()
|
||
|
}
|