This website works better with JavaScript.
Explore
Help
Sign In
seasharp
/
go-coreutils
mirror of
http://git.dtluna.net/tomo/go-coreutils.git
Watch
1
Star
0
Fork
You've already forked go-coreutils
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
5
Branches
0
Tags
26 KiB
Go
100%
Tag:
Branch:
Tree:
d7c5f68cab
feature/env
feature/kill
feature/pwd
feature/rm
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd7c5f68cab'
${ noResults }
go-coreutils
/
false
/
false.go
11 lines
99 B
Raw
Blame
History
// false exits with an exit code of 1
package
main
import
(
"os"
)
func
main
(
)
{
os
.
Exit
(
1
)
}
Reference in new issue
View Git Blame
Copy Permalink