This website requires JavaScript.
Explore
Help
Sign in
core
/
xgo
Watch
1
Star
0
Fork
You've already forked xgo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1c92fff07d
xgo
/
compiler
/
source
/
pos.go
10 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
move file and fileset to source package
2019-01-11 12:16:34 +03:00
package
source
initial commit
2019-01-09 10:17:42 +03:00
type
Pos
int
const
NoPos
Pos
=
0
func
(
p
Pos
)
IsValid
(
)
bool
{
return
p
!=
NoPos
}
Reference in a new issue
Copy permalink