github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/gowrap/wrapbuiltin/wrap_time.go (about) 1 // Generated file, do not edit. 2 3 package wrapbuiltin 4 5 import ( 6 "reflect" 7 8 "neugram.io/ng/eval/gowrap" 9 10 wrap_time "time" 11 ) 12 13 var pkg_wrap_time = &gowrap.Pkg{ 14 Exports: map[string]reflect.Value{ 15 16 "ANSIC": reflect.ValueOf(wrap_time.ANSIC), 17 "After": reflect.ValueOf(wrap_time.After), 18 "AfterFunc": reflect.ValueOf(wrap_time.AfterFunc), 19 "April": reflect.ValueOf(wrap_time.April), 20 "August": reflect.ValueOf(wrap_time.August), 21 "Date": reflect.ValueOf(wrap_time.Date), 22 "December": reflect.ValueOf(wrap_time.December), 23 "Duration": reflect.ValueOf(reflect.TypeOf(wrap_time.Duration(0))), 24 "February": reflect.ValueOf(wrap_time.February), 25 "FixedZone": reflect.ValueOf(wrap_time.FixedZone), 26 "Friday": reflect.ValueOf(wrap_time.Friday), 27 "Hour": reflect.ValueOf(wrap_time.Hour), 28 "January": reflect.ValueOf(wrap_time.January), 29 "July": reflect.ValueOf(wrap_time.July), 30 "June": reflect.ValueOf(wrap_time.June), 31 "Kitchen": reflect.ValueOf(wrap_time.Kitchen), 32 "LoadLocation": reflect.ValueOf(wrap_time.LoadLocation), 33 "Local": reflect.ValueOf(&wrap_time.Local).Elem(), 34 "Location": reflect.ValueOf(reflect.TypeOf(wrap_time.Location{})), 35 "March": reflect.ValueOf(wrap_time.March), 36 "May": reflect.ValueOf(wrap_time.May), 37 "Microsecond": reflect.ValueOf(wrap_time.Microsecond), 38 "Millisecond": reflect.ValueOf(wrap_time.Millisecond), 39 "Minute": reflect.ValueOf(wrap_time.Minute), 40 "Monday": reflect.ValueOf(wrap_time.Monday), 41 "Month": reflect.ValueOf(reflect.TypeOf(wrap_time.Month(0))), 42 "Nanosecond": reflect.ValueOf(wrap_time.Nanosecond), 43 "NewTicker": reflect.ValueOf(wrap_time.NewTicker), 44 "NewTimer": reflect.ValueOf(wrap_time.NewTimer), 45 "November": reflect.ValueOf(wrap_time.November), 46 "Now": reflect.ValueOf(wrap_time.Now), 47 "October": reflect.ValueOf(wrap_time.October), 48 "Parse": reflect.ValueOf(wrap_time.Parse), 49 "ParseDuration": reflect.ValueOf(wrap_time.ParseDuration), 50 "ParseError": reflect.ValueOf(reflect.TypeOf(wrap_time.ParseError{})), 51 "ParseInLocation": reflect.ValueOf(wrap_time.ParseInLocation), 52 "RFC1123": reflect.ValueOf(wrap_time.RFC1123), 53 "RFC1123Z": reflect.ValueOf(wrap_time.RFC1123Z), 54 "RFC3339": reflect.ValueOf(wrap_time.RFC3339), 55 "RFC3339Nano": reflect.ValueOf(wrap_time.RFC3339Nano), 56 "RFC822": reflect.ValueOf(wrap_time.RFC822), 57 "RFC822Z": reflect.ValueOf(wrap_time.RFC822Z), 58 "RFC850": reflect.ValueOf(wrap_time.RFC850), 59 "RubyDate": reflect.ValueOf(wrap_time.RubyDate), 60 "Saturday": reflect.ValueOf(wrap_time.Saturday), 61 "Second": reflect.ValueOf(wrap_time.Second), 62 "September": reflect.ValueOf(wrap_time.September), 63 "Since": reflect.ValueOf(wrap_time.Since), 64 "Sleep": reflect.ValueOf(wrap_time.Sleep), 65 "Stamp": reflect.ValueOf(wrap_time.Stamp), 66 "StampMicro": reflect.ValueOf(wrap_time.StampMicro), 67 "StampMilli": reflect.ValueOf(wrap_time.StampMilli), 68 "StampNano": reflect.ValueOf(wrap_time.StampNano), 69 "Sunday": reflect.ValueOf(wrap_time.Sunday), 70 "Thursday": reflect.ValueOf(wrap_time.Thursday), 71 "Tick": reflect.ValueOf(wrap_time.Tick), 72 "Ticker": reflect.ValueOf(reflect.TypeOf(wrap_time.Ticker{})), 73 "Time": reflect.ValueOf(reflect.TypeOf(wrap_time.Time{})), 74 "Timer": reflect.ValueOf(reflect.TypeOf(wrap_time.Timer{})), 75 "Tuesday": reflect.ValueOf(wrap_time.Tuesday), 76 "UTC": reflect.ValueOf(&wrap_time.UTC).Elem(), 77 "Unix": reflect.ValueOf(wrap_time.Unix), 78 "UnixDate": reflect.ValueOf(wrap_time.UnixDate), 79 "Until": reflect.ValueOf(wrap_time.Until), 80 "Wednesday": reflect.ValueOf(wrap_time.Wednesday), 81 "Weekday": reflect.ValueOf(reflect.TypeOf(wrap_time.Weekday(0))), 82 }, 83 } 84 85 func init() { 86 if gowrap.Pkgs["time"] == nil { 87 gowrap.Pkgs["time"] = pkg_wrap_time 88 } 89 }