xref
: /
dports
/
mail
/
mailhog
/
fwd-1612a29
/
writer_appengine.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// +build appengine
2
3
package
fwd
4
5
func
unsafestr
(
s
string
) []
byte
{
return
[]
byte
(
s
) }
6