This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
learn-go-with-tests
Watch
1
Star
0
Fork
You've already forked learn-go-with-tests
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
Hello, world
Browse source
...
This commit is contained in:
Oliver Davies
2022-01-26 12:52:16 +00:00
parent
8732a54c20
commit
b985c2d4ba
1 changed files
with
7 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show stats
Download patch file
Download diff file
Expand all files
Collapse all files
7
hello.go
Normal file
Unescape
Escape
View file
@ -0,0 +1,7 @@
package
main
import
"fmt"
func
main
(
)
{
fmt
.
Println
(
"Hello, world"
)
}
Write
Preview
Loading…
Cancel
Save
Reference in a new issue
Repository
opdavies/learn-go-with-tests
Title
Body
Create issue