Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F14752770
auth.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
169 B
Subscribers
None
auth.go
View Options
package
writeas
import
(
"net/http"
)
func
(
c
*
Client
)
isNotLoggedIn
(
code
int
)
bool
{
if
c
.
token
==
""
{
return
false
}
return
code
==
http
.
StatusUnauthorized
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 10:59 AM (5 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3666173
Attached To
rWGO writeas-go
Event Timeline
Log In to Comment