Skip to content

Instantly share code, notes, and snippets.

@cmanus
Created February 14, 2017 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmanus/fbd91968eddaf660db02acfb62d545e3 to your computer and use it in GitHub Desktop.
Save cmanus/fbd91968eddaf660db02acfb62d545e3 to your computer and use it in GitHub Desktop.
package goreverse
import (
"ObjC/Foundation/NSDate"
"fmt"
)
func GetDate() string {
return fmt.Sprint(NSDate.Date())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment