Update .bashrc
[dotfiles/.git] / tests / tests_test.go
1 package pkg
2
3 import "testing"
4
5 func TestFn(t *testing.T) {
6         fn()
7 }