This might be a terrible idea
I'm trying to see if this will allow me to compile on older versions of GO. This is temporary and probably wrong on so many levels I don't understand. please accept my appologies in advance for doing this I couldn't think of any other ideas to work around this problem for now. If you know of a way, please let me know.
This commit is contained in:
parent
ce1f320032
commit
444c840c62
|
@ -45,6 +45,7 @@ func header(w io.Writer, pf *File) {
|
|||
fmt.Fprintln(w, "import (")
|
||||
fmt.Fprintln(w, " \"sort\"")
|
||||
fmt.Fprintln(w, " \"sync\"")
|
||||
fmt.Fprintln(w, " \"go.wit.com/iter // this might not work. forgive me.\"")
|
||||
fmt.Fprintln(w, ")")
|
||||
fmt.Fprintln(w, "")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue