1 package main 2 3 import ( 4 "explicit" 5 "implicit" 6 ) 7 8 func main() { 9 println(implicit.I() + explicit.E()) 10 } 11