This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7849
Commits
2
Branches
0
Tags
240 MiB
Tree:
602155df7b
gitea
/
vendor
/
github.com
/
philhofer
/
fwd
/
writer_appengine.go
6 lines
87 B
Raw
Normal View
History
Unescape
Escape
Migrate to dep (#3972) * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
7 years ago
// +build appengine
package
fwd
func
unsafestr
(
s
string
)
[
]
byte
{
return
[
]
byte
(
s
)
}