This website requires JavaScript.
Explore
Help
Register
Sign In
wanderer
/
ak9im
Watch
1
Star
0
Fork
0
You've already forked ak9im
Code
Issues
Pull Requests
Releases
Activity
8c99960c35
ak9im
/
p2
/
main.go
11 lines
95 B
Go
Raw
Normal View
History
Unescape
Escape
chore: bootstrap p2
2023-01-28 19:00:52 +01:00
package
main
p2: implement file reading+basic data operations also, update .pre-commit-config.yaml to: * first change to ./p2, then run the tests (pre-commit deliberately does not allow this by design [1]) * for the above, the https://github.com/dnephin/pre-commit-golang repo had to be dropped as it does not allow any customisation either. also, add some flake updates (would be better split into another commit, I know): * use baseurl var * add statix to shell packages * fix building p1 refs: [1]: https://github.com/pre-commit/pre-commit/issues/1110
2023-02-24 23:50:13 +01:00
import
"log"
func
main
(
)
{
err
:=
run
(
)
if
err
!=
nil
{
log
.
Fatal
(
err
)
}
}
Reference in New Issue
Copy Permalink