Skip to content

Commit

Permalink
Support darwin
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
Jianhui Zhao committed Oct 5, 2018
1 parent bbe7ab3 commit 8bb559a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions login_darwin.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

func checkUser() bool {
return true
}

func login(username, password string) bool {
return true
}

0 comments on commit 8bb559a

Please sign in to comment.