ruiaylin / goprotobuf

Automatically exported from code.google.com/p/goprotobuf
Other
0 stars 0 forks source link

import_prefix generates wrong import #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use 'import_prefix=protobuf/common'

What is the expected output? What do you see instead?
Expected:
import proto "code.google.com/p/gogoprotobuf/proto"

What I see:
import proto "protobuf/common/code.google.com/p/gogoprotobuf/proto"

What version of the product are you using? On what operating system?
OSX

Original issue reported on code.google.com by Dao007fo...@gmail.com on 15 Aug 2014 at 5:35

GoogleCodeExporter commented 9 years ago
I copy this from gogoprotobug issue, so please forgive me for the wrong text 
there.

Original comment by Dao007fo...@gmail.com on 15 Aug 2014 at 5:41