faire des importations

package main

import (
	"fmt"
	"math"
)

func main() {
	import "fmt"
	import "math"
}
DevLorenzo