Skip to content

Instantly share code, notes, and snippets.

@bsipos
Last active March 29, 2020 11:11
Show Gist options
  • Save bsipos/cd41a569e16c61d30de404e537752a2d to your computer and use it in GitHub Desktop.
Save bsipos/cd41a569e16c61d30de404e537752a2d to your computer and use it in GitHub Desktop.
func CountFastxRecords(fh *os.File, buffSize int, format string) int {
// Do the counting here.
return 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment