Skip to content

wtfuk/s01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Go PrintRune Function

This is a simple Go program that prints a rune to the writer.

Made for the purpose of learning Go.

Usage

package main

import (
    "github.com/wtfuk/s01"
)

func main() {
    s01.PrintRune('🚀')
}

Testing

go test -race -v

Makefile Use

  • To build your project, run make build.
  • To install dependencies, run make deps.
  • To update dependencies, run make update.
  • To run tests, run make test.
  • To clean up the project directory, run make clean.
  • To run your project, use make run.
  • To cross-compile for a specific OS, run one of the cross-compilation targets, e.g., make build-linux.

License

SSALv2

Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published