File types that can be used with Go

In Go, ** extension .go is a Go source file **. The file type that Go recognizes is decided.

Also, ** _test.go ** at the end when creating a file that describes a test is treated specially as one of the file types that Go recognizes.

Extension .go

Go source file

Extensions .c, .h

C source file

Extensions .cc, .cpp, .cxx, .hh, .hpp, .hxx

C ++ source file

Extension .m

Objective-C source file

Extensions .s, .S

Assembler source file

Extensions .swig, .swigcxx

A file that defines SWIG

Extension .syso

A system object file

Finally

These are used when working with other programming languages. Each has a special role in Go. I would like to experience when and where to use it!

Recommended Posts

File types that can be used with Go
Python knowledge notes that can be used with AtCoder
File sharing server made with Raspberry Pi that can be used for remote work
Until youtube-dl can be used with Synology (DS120j)
Functions that can be used in for statements
Acoustic signal processing module that can be used with Python-Sounddevice ASIO [Application]
Mathematical optimization that can be used for free work with Python + PuLP
List packages that can be updated with pip
Acoustic signal processing module that can be used with Python-Sounddevice ASIO [Basic]
I made a familiar function that can be used in statistics with Python
Basic algorithms that can be used in competition pros
Japanese can be used with Python in Docker environment
Color list that can be set with tkinter (memorial)
ANTs image registration that can be used in 5 minutes
[Django] About users that can be used on template
Limits that can be analyzed at once with MeCab
Convert images from FlyCapture SDK to a form that can be used with openCV
[Python] Introduction to web scraping | Summary of methods that can be used with webdriver
Format summary of formats that can be serialized with gensim
It seems that Skeleton Tracking can be done with RealSense
pd.tseries.offsets.DateOffset can be quite slow if not used with caution
Goroutine (parallel control) that can be used in the field
Goroutine that can be used in the field (errgroup.Group edition)
SSD 1306 OLED can be used with Raspberry Pi + python (Note)
Scripts that can be used when using bottle in Python
I investigated the pretreatment that can be done with PyCaret
Let's make a diagram that can be clicked with IPython
requirements.txt can be commented out with #
Confirmation that rkhunter can be installed
Make a Spinbox that can be displayed in Binary with Tkinter
A timer (ticker) that can be used in the field (can be used anywhere)
I made a shuffle that can be reset (reverted) with Python
New features in Python 3.9 (1)-Union operators can be used in dictionary types
Make a currency chart that can be moved around with Plotly (2)
Python standard input summary that can be used in competition pro
Comparison of 4 styles that can be passed to seaborn with set_context
Make a Spinbox that can be displayed in HEX with Tkinter
Python standard module that can be used on the command line
Make a currency chart that can be moved around with Plotly (1)
I tried to expand the database so that it can be used with PES analysis software
Understand the probabilities and statistics that can be used for progress management with a python program
About the matter that torch summary can be really used when building a model with Pytorch
About the matter that the re.compiled object can be used for the re.match pattern
I created a template for a Python project that can be used universally
Hide the warning that zsh can be used by default on Mac
Create a web app that can be easily visualized with Plotly Dash
Draw a graph that can be moved around with HoloViews and Bokeh
Items that cannot be imported with sklearn
I wanted to quickly create a mail server that can be used freely with postfix + dovecot on EC2
It seems that cancelall childorders can be used to cancel all parent orders (special orders) with the bitflyer API
A memo for making a figure that can be posted to a journal with matplotlib
A personal memo of Pandas related operations that can be used in practice
Easy program installer and automatic program updater that can be used in any language
Moved Raspberry Pi remotely so that it can be LED attached with Python
Summary of scikit-learn data sources that can be used when writing analysis articles
I tried to summarize the operations that are likely to be used with numpy-stl
Format DataFrame data with Pytorch into a form that can be trained with NN
How to install a Python library that can be used by pharmaceutical companies
Linux command that can be used from today if you know it (Basic)
"Gazpacho", a scraping module that can be used more easily than Beautiful Soup
Building Sphinx that can be written in Markdown