We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e11ac + 3342d6c commit 827be7fCopy full SHA for 827be7f
Roadmap/25 - LOGS/go/kodenook.go
@@ -0,0 +1,7 @@
1
+package main
2
+
3
+import "log"
4
5
+func main() {
6
+ log.Println("error")
7
+}
0 commit comments