You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./build.sh
Golanger Web Framework
Golanger is a lightweight framework for writing web applications in Golang.
Building helloworld
# golanger.com/framework/web
add-on/src/golanger.com/framework/web/page.go:89: cannot use param.Expires (type int) as type string in function argument
add-on/src/golanger.com/framework/web/page.go:89: cannot use param.TimerDuration (type string) as type int in function argument
add-on/src/golanger.com/framework/web/page.go:89: not enough arguments in call to memorysession.New
add-on/src/golanger.com/framework/web/page.go:90: cannot use param.Expires (type int) as type string in function argument
add-on/src/golanger.com/framework/web/page.go:90: cannot use param.SessionDir (type string) as type int in function argument
add-on/src/golanger.com/framework/web/page.go:90: not enough arguments in call to filesession.New
add-on/src/golanger.com/framework/web/page.go:91: not enough arguments in call to cookiesession.New
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: