This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
go_workshop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Exercises & activities from the go workshop provided by Packt:
https://courses.packtpub.com/courses/go
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.
8
Commits
1
Branch
1.1 MiB
Tree:
0a22da2218
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0a22da2218'
${ noResults }
go_workshop
/
test
/
main.go
9 lines
82 B
Raw
Normal View
History
Initial commit
4 years ago
Small reformatting to make linter happy
4 years ago
Initial commit
4 years ago
Small reformatting to make linter happy
4 years ago
Initial commit
4 years ago
Small reformatting to make linter happy
4 years ago
package
main
import
(
"fmt"
)
func
main
(
)
{
fmt
.
Println
(
"This is a test"
)
}