mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
SnakeCase name func
This commit is contained in:
parent
e603702aa3
commit
5312ea9f99
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package functions
|
|||
|
||||
import "net/http"
|
||||
|
||||
var Connected = func() (ok bool) {
|
||||
func Connected() (ok bool) {
|
||||
_, err := http.Get("http://clients3.google.com/generate_204")
|
||||
if err != nil {
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue