Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go Build undefined: beego.BeeTemplates #47

Open
imsong52 opened this issue Mar 16, 2016 · 3 comments
Open

Go Build undefined: beego.BeeTemplates #47

imsong52 opened this issue Mar 16, 2016 · 3 comments

Comments

@imsong52
Copy link

c:/go/bin/go.exe get -u -v . [C:/Study/go/src/wetalk]
wetalk (download)
github.com\astaxie\beego (download)
github.com\beego\social-auth (download)
github.com\beego\wetalk (download)
github.com\beego\i18n (download)
github.com\Unknwon\goconfig (download)
github.com\beego\compress (download)
github.com\howeyc\fsnotify (download)
github.com\slene\blackfriday (download)
github.com\nfnt\resize (download)
github.com\go-sql-driver\mysql (download)
github.com/beego/wetalk/modules/utils

github.com/beego/wetalk/modules/utils

..\github.com\beego\wetalk\modules\utils\template.go:137: undefined: beego.BeeTemplates
..\github.com\beego\wetalk\modules\utils\template.go:140: undefined: beego.BeeTemplates

@wildex
Copy link

wildex commented Mar 20, 2016

Its mostly because of this commit:
astaxie/beego@1f46c1d
We need either:

  1. Make BeeTemplates exported to outer packages
  2. Rename getTemplate to GetTemplate, so it would be available outside.

@imsong52
Copy link
Author

thx

@muliadi
Copy link

muliadi commented Apr 7, 2016

so how fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants