예제 #1
0
파일: mixer.go 프로젝트: cgravill/antha
// take all of this liquid
func SampleAll(l wtype.Liquid) *wtype.LHComponent {
	return Sample(l, l.Volume())
}