Answer the question
In order to leave comments, you need to log in
Compilation problem
There are a couple of files at: D:\src\hw
hw.go
package main
import (
"mix"
)
func main() {
mix.Dex()
}
package mix
import (
"fmt"
)
func Dex() {
fmt.Print("Тест")
}
can't load package: package hw: found packages main (hw.go) and mix (mix.go) in D:\src\hw
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question