Today read "Go language programming" again found two errors, one is the directory name algorithms, according to the context, the directory name should be not the last subtitle s algorithm, because the last main main program import package , call sort function, and compile link, all adopt the name of algorithm, the structure of the book is as follows:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/55/A6/wKiom1SJkJ7RdPOAAADdJHYODPo817.jpg "title=" Qq20141211201150.png "alt=" wkiom1sjkj7rdpoaaaddjhyodpo817.jpg "style=" width:449px;height:323px; "width=" 449 " Height= "323" border= "0" hspace= "0" vspace= "0"/>
The compilation of the program directory structure as shown in the book also causes errors:
can ' t load package cannot find package
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/55/A3/wKioL1SJkU3DADJbAAN0XWIQP78160.jpg "title=" Qq20141211202944.png "alt=" Wkiol1sjku3dadjbaan0xwiqp78160.jpg "/>
After re-organizing, modify the following directory structure to no longer report the failure to load the package and cannot find the package error:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/55/B9/wKioL1SJk1eAv9V6AADg0JvRzxk259.jpg "title=" Qq20141211204848.png "alt=" Wkiol1sjk1eav9v6aadg0jvrzxk259.jpg "/>
Is the result of compiling and running the program after modifying it into the correct structure: 650) this.width=650; "Src=" http://s3.51cto.com/wyfs02/M02/55/BF/ Wkiol1sjlrktbh3saamtmfbuv30591.jpg "title=" Qq20141211205610.png "alt=" Wkiol1sjlrktbh3saamtmfbuv30591.jpg "/>
This article is from the "Pine" blog, be sure to keep this source http://dongsong.blog.51cto.com/916653/1588901
"Go language Programming" 2.7 Complete example error