7 lines
225 B
Go
7 lines
225 B
Go
|
// Package webstepsx contains a websteps implementation
|
||
|
// based on the internal/measurex package.
|
||
|
//
|
||
|
// This implementation does not follow any existing spec
|
||
|
// rather we are modeling the spec on this one.
|
||
|
package webstepsx
|