-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfakedef.gp
40 lines (36 loc) · 1.46 KB
/
fakedef.gp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//#GOGP_IGNORE_BEGIN
///////////////////////////////////////////////////////////////////
//
// !!!!!!!!!!!! NEVER MODIFY THIS FILE MANUALLY !!!!!!!!!!!!
//
// This file was auto-generated by tool [github.com/vipally/gogp]
// Last update at: [Fri Feb 19 2021 13:23:27]
// Generate from:
// [github.com/os/gogp/lib/fakedef.gp.go]
// [github.com/os/gogp/lib/lib.gpg] [GOGP_REVERSE_fakedef]
//
// Tool [github.com/vipally/gogp] info:
// CopyRight 2016 @Ally Dale. All rights reserved.
// Author : Ally Dale([email protected])
// Blog : http://blog.csdn.net/vipally
// Site : https://github.com/vipally
// BuildAt : <buildtime>
// Version : 3.0.0.final
//
///////////////////////////////////////////////////////////////////
//#GOGP_IGNORE_END
//#GOGP_IFDEF GOGP_DO_NOT_HAS_THIS_DEFINE__
//this is a fake types for other gp file
//#GOGP_ENDIF
//these defines are used to make sure this fake go file can be compiled correctlly
//and they will be removed from real go files
//vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
//#GOGP_IFDEF KEY_TYPE
type GOGPKeyType int //
func (this GOGPKeyType) Less(o GOGPKeyType) bool { return this < o }
func (this GOGPKeyType) Show() string { return "" } //
//#GOGP_ENDIF //KEY_TYPE
type GOGPValueType int //
func (this GOGPValueType) Less(o GOGPValueType) bool { return this < o }
func (this GOGPValueType) Show() string { return "" } //
//^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^