package main import ( "datafile" "fmt" ) func main() { fmt.Println("hello") datafile.GetFloats("data.txt") }