Forgive my dull, I'm not seeing the connection between the question and the 
following discussion. Could anyone enlight me how to resolve this (or what 
conclusion we have gotten from the discussion)?

On Tuesday, December 13, 2016 at 9:58:00 PM UTC+8, jis...@hifx.co.in wrote:
>
>
>
> http://stackoverflow.com/questions/41121448/code-base-refactoring-tool-for-go-move-files-from-packages-to-sub-packages
>
> Currently my code-base have just 1 level of packages , due to the increase 
> in number of components it would make much sense if I use sub packages.Is 
> there any code refactoring tools I could use to achieve this.
>
> Package_1/
>       -- File 1
>       -- File 2
>       -- File 3
>       -- File 4Package_2/
>       -- File 5
>       -- File 6
>       -- File 7
>
> Target structure
>
> Package_1
>       /subpackage1
>                -- File 1
>                -- File 2
>       /subpackage2
>                -- File 3
>                -- File 4Package_2/
>        /subpackage3
>                -- File 5
>                -- File 6
>        /subpackage4
>                -- File 4  
>
> I tried *gomvpkg* https://godoc.org/golang.org/x/tools/cmd/gomvpkg but 
> doesnot support moving files from same package to different package.
>
> ------------------------------
> IMPORTANT: This is an e-mail from HiFX IT Media Services Pvt. Ltd. Its 
> content are confidential to the intended recipient. If you are not the 
> intended recipient, be advised that you have received this e-mail in error 
> and that any use, dissemination, forwarding, printing or copying of this 
> e-mail is strictly prohibited. It may not be disclosed to or used by anyone 
> other than its intended recipient, nor may it be copied in any way. If 
> received in error, please email a reply to the sender, then delete it from 
> your system. 
>
> Although this e-mail has been scanned for viruses, HiFX cannot ultimately 
> accept any responsibility for viruses and it is your responsibility to scan 
> attachments (if any).
>
> ​
> Before you print this email or attachments, please consider the negative 
> environmental impacts associated with printing.


-- 
*Grab is hiring. Learn more at **https://grab.careers 
<https://grab.careers/>*

By communicating with Grab Inc and/or its subsidiaries, associate companies 
and jointly controlled entities (“Grab Group”), you are deemed to have 
consented to processing of your personal data as set out in the Privacy 
Notice which can be viewed at https://grab.com/privacy/

This email contains confidential information and is only for the intended 
recipient(s). If you are not the intended recipient(s), please do not 
disseminate, distribute or copy this email and notify Grab Group 
immediately if you have received this by mistake and delete this email from 
your system. Email transmission cannot be guaranteed to be secure or 
error-free as any information therein could be intercepted, corrupted, 
lost, destroyed, delayed or incomplete, or contain viruses. Grab Group do 
not accept liability for any errors or omissions in the contents of this 
email arises as a result of email transmission. All intellectual property 
rights in this email and attachments therein shall remain vested in Grab 
Group, unless otherwise provided by law.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to