Golang processing multiple Projects SRC compilation problem 2.0

Source: Internet
Author: User
This is a creation in Article, where the information may have evolved or changed.

Golang processing multiple Projects SRC compilation problem 2.0

Separate from the previous version, change the script code to support multiple package

Export gopath= $HOME/pj/go02export path= $PATH: $GOPATH/binexport gobin= $GOPATH/binexport gosrc= $GOPATH/SRCALL:CD $ Gopath/srcfor file in $GOPATH/src/*do if test-d $filethenecho ${file: (${#GOSRC}+1): ${#file}}exportpackagename=${file :(${#GOSRC}+1): ${#file}}rm-rf$gopath/bin/$PACKAGENAMEmkdir $gopath/bin/$PACKAGENAMEfor gofile in $file/*.godoif Test-f $gofilethenexport gobin= $GOPATH/bin/$PACKAGENAMEecho $gofile "is building ..." Go install $gofileecho "Done" Fidonefidonerun: #注释掉: <<word for file in $GOBIN/*do if test-f $filethenecho "Build" $file "Success" Elseecho "Build "$file" Failed "Fidoneword


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.